PsichiX / navmesh

Nav-Mesh path finder for Rust
Other
48 stars 7 forks source link

Implement `std::error::Error` for `navmesh::Error` #6

Open Seldom-SE opened 1 year ago

Seldom-SE commented 1 year ago

This is helpful when dealing with multiple error types in the same function, so that ? can return Result<T, Box<dyn std::error::Error>>