pub struct IoSnafu;Expand description
SNAFU context selector for the GeneratorError::Io variant
Trait Implementations§
Source§impl IntoError<GeneratorError> for IoSnafu
impl IntoError<GeneratorError> for IoSnafu
Source§fn into_error(self, error: Self::Source) -> GeneratorError
fn into_error(self, error: Self::Source) -> GeneratorError
Combine the information to produce the error
impl Copy for IoSnafu
Auto Trait Implementations§
impl Freeze for IoSnafu
impl RefUnwindSafe for IoSnafu
impl Send for IoSnafu
impl Sync for IoSnafu
impl Unpin for IoSnafu
impl UnsafeUnpin for IoSnafu
impl UnwindSafe for IoSnafu
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