pub struct FileSystemTree { /* private fields */ }Available on crate features
collateral_manager and fs_collateral_tree only.Expand description
Provides access to a collateral tree stored in the file system.
The directories in the collateral tree must follow this structure:
PRODUCT/VARIANT/STEPPING/SECURITY/crashlog/ITEM_PATH
A CollateralManager that uses a collateral tree stored in the file system can be created
using the CollateralManager::file_system_tree function.
Trait Implementations§
Source§impl CollateralTree for FileSystemTree
impl CollateralTree for FileSystemTree
Auto Trait Implementations§
impl Freeze for FileSystemTree
impl RefUnwindSafe for FileSystemTree
impl Send for FileSystemTree
impl Sync for FileSystemTree
impl Unpin for FileSystemTree
impl UnsafeUnpin for FileSystemTree
impl UnwindSafe for FileSystemTree
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