Struct texlang_common::RealFileSystem
source · pub struct RealFileSystem;
Expand description
Implementation of the file system trait the uses the real file system.
Trait Implementations§
source§impl FileSystem for RealFileSystem
impl FileSystem for RealFileSystem
Auto Trait Implementations§
impl RefUnwindSafe for RealFileSystem
impl Send for RealFileSystem
impl Sync for RealFileSystem
impl Unpin for RealFileSystem
impl UnwindSafe for RealFileSystem
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