[][src]Type Definition dashmap::TryGetResult

type TryGetResult<T> = Result<T, TryGetError>;

Alias for a Result with TryGetError as it's error type.