pub struct PlainFileLoader {}
Expand description
Loaders can load data from file
Trait Implementations§
Source§impl Default for PlainFileLoader
impl Default for PlainFileLoader
Source§fn default() -> PlainFileLoader
fn default() -> PlainFileLoader
Returns the “default value” for a type. Read more
Source§impl Loader for PlainFileLoader
impl Loader for PlainFileLoader
fn load(&mut self, path: &str) -> Result<SweeperBuilder, LoaderError>
Auto Trait Implementations§
impl Freeze for PlainFileLoader
impl RefUnwindSafe for PlainFileLoader
impl Send for PlainFileLoader
impl Sync for PlainFileLoader
impl Unpin for PlainFileLoader
impl UnwindSafe for PlainFileLoader
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