Struct okane_core::load::Loader
source · pub struct Loader<F: FileSystem> { /* private fields */ }Expand description
Loader is an object to keep loading a given file and may recusrively load them as repr::LedgerEntry,
with the metadata about filename or line/column to point the error in a user friendly manner.
Implementations§
source§impl<F: FileSystem> Loader<F>
impl<F: FileSystem> Loader<F>
Auto Trait Implementations§
impl<F> Freeze for Loader<F>where
F: Freeze,
impl<F> RefUnwindSafe for Loader<F>where
F: RefUnwindSafe,
impl<F> Send for Loader<F>where
F: Send,
impl<F> Sync for Loader<F>where
F: Sync,
impl<F> Unpin for Loader<F>where
F: Unpin,
impl<F> UnwindSafe for Loader<F>where
F: UnwindSafe,
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