pub struct FileTreeSource { /* private fields */ }Expand description
File-backed tree body. Sequential reads seek per frame; resume at ordinal > 0 is refused because a path is not a content-address proof.
Implementations§
Source§impl FileTreeSource
impl FileTreeSource
pub fn sequential_verify(file: File, len: u64) -> Self
Trait Implementations§
Source§impl Debug for FileTreeSource
impl Debug for FileTreeSource
Source§impl TreeByteSource for FileTreeSource
impl TreeByteSource for FileTreeSource
Auto Trait Implementations§
impl Freeze for FileTreeSource
impl RefUnwindSafe for FileTreeSource
impl Send for FileTreeSource
impl Sync for FileTreeSource
impl Unpin for FileTreeSource
impl UnsafeUnpin for FileTreeSource
impl UnwindSafe for FileTreeSource
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more