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

pub type TryLockResult<Guard> = Result<Guard, TryLockError<Guard>>;