pub struct DefaultImporter<R: Read, W: Write> { /* private fields */ }Implementations§
Source§impl<R: Read, W: Write> DefaultImporter<R, W>
impl<R: Read, W: Write> DefaultImporter<R, W>
pub fn with_stdio(stdin: R, stdout: W) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<R, W> Freeze for DefaultImporter<R, W>
impl<R, W> RefUnwindSafe for DefaultImporter<R, W>where
W: RefUnwindSafe,
R: RefUnwindSafe,
impl<R, W> Send for DefaultImporter<R, W>
impl<R, W> Sync for DefaultImporter<R, W>
impl<R, W> Unpin for DefaultImporter<R, W>
impl<R, W> UnwindSafe for DefaultImporter<R, W>where
W: UnwindSafe,
R: 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