--- a/src/loc.rs Mon Sep 01 13:51:03 2025 -0500 +++ b/src/loc.rs Mon Sep 01 20:55:34 2025 -0500 @@ -448,6 +448,8 @@ domination!(L2, L1); impl<F: Float, const N: usize> Euclidean<F> for Loc<N, F> { + type OwnedEuclidean = Self; + /// This implementation is not stabilised as it's meant to be used for very small vectors. /// Use [`nalgebra`] for larger vectors. #[inline]