pub struct MockFs { /* fields omitted */ }
Read the entire file into a String. Used to resolve use
declarations.
Read a line of a file into a String. Used for error reporting.
Return the canonical (non-symlinked) path of a file. Used to resolve use
declarations.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.