Trait is_tree::traits::has_relative_access::HasRelativeAccess
source · pub trait HasRelativeAccess<'a>: KnowsRelativeAccessType<'a> + KnowsPathSegment {
// Required method
fn relative<K>(
self,
path: impl IntoIterator<Item = K>
) -> Option<Self::RelativeType>
where K: Into<<Self as KnowsPathSegment>::PathSegment>;
}
Required Methods§
fn relative<K>( self, path: impl IntoIterator<Item = K> ) -> Option<Self::RelativeType>
Object Safety§
This trait is not object safe.