Type Definition NavResult
oxygengine_navigation::resource
type NavResult<T> = StdResult<T, Error>;
Result data.