Skip to main content

subspace_includes_subspace

Function subspace_includes_subspace 

Source
pub fn subspace_includes_subspace<S: PartialEq>(
    outer: Option<&S>,
    inner: Option<&S>,
) -> bool
Expand description

Returns true if the outer Option<S> includes the inner Option<S>, where None denotes interest in all subspaces of the namespace.