Type Definition cdns_rs::sync::poison::LockResult[][src]

pub type LockResult<Guard> = Result<Guard, PoisonError<Guard>>;