Enum cros_async::io_ext::AsyncError  
source · pub enum AsyncError {
    EventAsync(Error),
    Io(Error),
    SysVariants(AsyncErrorSys),
}Variants§
Trait Implementations§
source§impl Debug for AsyncError
 
impl Debug for AsyncError
source§impl Display for AsyncError
 
impl Display for AsyncError
source§impl Error for AsyncError
 
impl Error for AsyncError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
 
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
 
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<AsyncError> for Error
 
impl From<AsyncError> for Error
source§fn from(e: AsyncError) -> Self
 
fn from(e: AsyncError) -> Self
Converts to this type from the input type.
source§impl From<AsyncErrorSys> for AsyncError
 
impl From<AsyncErrorSys> for AsyncError
source§fn from(source: AsyncErrorSys) -> Self
 
fn from(source: AsyncErrorSys) -> Self
Converts to this type from the input type.
source§impl From<Error> for AsyncError
 
impl From<Error> for AsyncError
source§fn from(e: Error) -> AsyncError
 
fn from(e: Error) -> AsyncError
Converts to this type from the input type.
source§impl From<Error> for AsyncError
 
impl From<Error> for AsyncError
source§fn from(e: Error) -> AsyncError
 
fn from(e: Error) -> AsyncError
Converts to this type from the input type.
source§impl From<Error> for AsyncError
 
impl From<Error> for AsyncError
source§fn from(e: Error) -> AsyncError
 
fn from(e: Error) -> AsyncError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AsyncError
impl !RefUnwindSafe for AsyncError
impl Send for AsyncError
impl Sync for AsyncError
impl Unpin for AsyncError
impl !UnwindSafe for AsyncError
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