Enum logic_lock::error::Unlock
source · pub enum Unlock<C>where
C: ConnectionTrait + Debug,{
DbErr(Lock<C>, Option<DbErr>),
Failed(Lock<C>),
}Expand description
Unlock errors
Variants§
Trait Implementations§
source§impl<C> Error for Unlock<C>where
C: ConnectionTrait + Debug,
impl<C> Error for Unlock<C>where
C: ConnectionTrait + Debug,
1.30.0 · 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()