Type Definition glommio::sync::TryLockResult[][src]

pub type TryLockResult<T> = Result<T, GlommioError<()>>;
Expand description

A type alias for the result of a non-suspending locking method.