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

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

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