pub trait FacetInspect<'a>: Facet<'a> {
// Provided methods
fn inspect(&'a self) -> FacetIterator<'a, 'a> ⓘ { ... }
fn get(&'a self, path: &FacetPath) -> Option<Peek<'a, 'a>> { ... }
}Provided Methods§
Sourcefn inspect(&'a self) -> FacetIterator<'a, 'a> ⓘ
fn inspect(&'a self) -> FacetIterator<'a, 'a> ⓘ
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.