Type Definition lexical_core::UsizeResult

source ·
pub type UsizeResult = Result<usize>;
Expand description

Expanded generic for a result type containing a value of type usize.