pub trait AsyncGuardMut<'a> {
type Locker: AsyncLockable<GuardMut<'a> = Self>
where Self: 'a;
}Expand description
Trait for guard of AsyncLockable
pub trait AsyncGuardMut<'a> {
type Locker: AsyncLockable<GuardMut<'a> = Self>
where Self: 'a;
}Trait for guard of AsyncLockable