Struct d4_framefile::Directory
source · [−]pub struct Directory<T>(_);Implementations
Get the type of the child object
pub fn open_or_create_directory(&mut self, name: &str) -> Result<Directory<T>> where
T: Send + 'static,
pub fn create_directory(&mut self, name: &str) -> Result<Directory<T>> where
T: Send + 'static,
Open an root directory from a seek-able backend stream and an absolute offset
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Directory<T>
impl<T> UnwindSafe for Directory<T>
Blanket Implementations
Mutably borrows from an owned value. Read more