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

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

A type alias for the result of a lock method which can be suspended.