pub type NavResult<T> = Result<T, Error>;
Expand description

Result data.