pub enum Void {}
Expand description
Error type used when conversion is infallible.
The never type (!
) will replace this when it is available in stable Rust.
Trait Implementations
sourceimpl From<Void> for TryFromIntToCharError
impl From<Void> for TryFromIntToCharError
sourcefn from(_: Void) -> TryFromIntToCharError
fn from(_: Void) -> TryFromIntToCharError
Converts to this type from the input type.
impl Eq for Void
impl StructuralEq for Void
impl StructuralPartialEq for Void
Auto Trait Implementations
impl RefUnwindSafe for Void
impl Send for Void
impl Sync for Void
impl Unpin for Void
impl UnwindSafe for Void
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more