Enum librespot_core::session::SessionError [−][src]
pub enum SessionError {
AuthenticationError(AuthenticationError),
IoError(Error),
}Variants
IoError(Error)Tuple Fields of IoError
0: ErrorTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SessionError
impl Send for SessionError
impl Sync for SessionError
impl Unpin for SessionError
impl !UnwindSafe for SessionError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more