pub fn receive_capability(
msg: &Message,
receiver_cap_space: &CapabilitySpace,
) -> Result<Option<CapabilityToken>>Expand description
Extract and validate capabilities from received message
This function should be called when a process receives an IPC message to properly handle any transferred capabilities.