Trait nt_hive2::SubPath

source ·
pub trait SubPath<T> {
    // Required method
    fn subpath<B>(
        &self,
        path: T,
        hive: &mut Hive<B, CleanHive>
    ) -> BinResult<Option<Rc<RefCell<Self>>>>
       where B: BinReaderExt;
}

Required Methods§

source

fn subpath<B>( &self, path: T, hive: &mut Hive<B, CleanHive> ) -> BinResult<Option<Rc<RefCell<Self>>>>
where B: BinReaderExt,

Object Safety§

This trait is not object safe.

Implementors§