Type Definition yew::platform::pinned::TryLockResult

pub type TryLockResult<T> = Result<T, TryLockError>;
Expand description

A type alias for the result of a nonblocking locking method.