pub fn is_in_capability_bounding_set(capability: Capability) -> Result<bool>
Available on crate feature thread only.
Expand description

Check if the specified capability is in the calling thread’s capability bounding set.

References