pub struct DiskTraceLoader<'a>(&'a Path);Available on (crate features
trace or replay) and crate feature replay and crate feature std only.Tuple Fields§
§0: &'a PathImplementations§
Source§impl<'a> DiskTraceLoader<'a>
impl<'a> DiskTraceLoader<'a>
pub fn new(path: &'a Path) -> DiskTraceLoader<'a>
Trait Implementations§
Source§impl DataLoader for DiskTraceLoader<'_>
impl DataLoader for DiskTraceLoader<'_>
Auto Trait Implementations§
impl<'a> Freeze for DiskTraceLoader<'a>
impl<'a> RefUnwindSafe for DiskTraceLoader<'a>
impl<'a> Send for DiskTraceLoader<'a>
impl<'a> Sync for DiskTraceLoader<'a>
impl<'a> Unpin for DiskTraceLoader<'a>
impl<'a> UnwindSafe for DiskTraceLoader<'a>
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