pub struct FileReaderFactory {}
Trait Implementations§
Source§impl ReaderFactory<File> for FileReaderFactory
impl ReaderFactory<File> for FileReaderFactory
fn make_reader(&self, name: String) -> Result<ReaderContext<File>, String>
Auto Trait Implementations§
impl Freeze for FileReaderFactory
impl RefUnwindSafe for FileReaderFactory
impl Send for FileReaderFactory
impl Sync for FileReaderFactory
impl Unpin for FileReaderFactory
impl UnwindSafe for FileReaderFactory
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