diff options
Diffstat (limited to 'stockton-levels/src/features.rs')
-rw-r--r-- | stockton-levels/src/features.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stockton-levels/src/features.rs b/stockton-levels/src/features.rs index f9e6455..0034831 100644 --- a/stockton-levels/src/features.rs +++ b/stockton-levels/src/features.rs @@ -32,5 +32,5 @@ use crate::coords::CoordSystem; use crate::traits::*; -pub trait MinBSPFeatures<S: CoordSystem>: HasBSPTree<S> + Send + Sync {} -impl<T, S: CoordSystem> MinBSPFeatures<S> for T where T: HasBSPTree<S> + Send + Sync {} +pub trait MinBspFeatures<S: CoordSystem>: HasBspTree<S> + Send + Sync {} +impl<T, S: CoordSystem> MinBspFeatures<S> for T where T: HasBspTree<S> + Send + Sync {} |