Trait adapter::client::Unlockable
source · pub trait Unlockable {
type Unlocked: Unlocked;
fn unlock(
&self
) -> Result<Self::Unlocked, <Self::Unlocked as Locked>::Error>;
}
pub trait Unlockable {
type Unlocked: Unlocked;
fn unlock(
&self
) -> Result<Self::Unlocked, <Self::Unlocked as Locked>::Error>;
}