Trait image_moments::SupportedIndex [−][src]
pub trait SupportedIndex<const ORDER: usize>: Sealed { }
Expand description
An marker trait indicating a compile-time index is valid for a specific order. This trait is sealed.
pub trait SupportedIndex<const ORDER: usize>: Sealed { }
An marker trait indicating a compile-time index is valid for a specific order. This trait is sealed.