pub trait Per: Sealed {
type Output;
const VALUE: Self::Output;
}
Required Associated Types§
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait Per: Sealed {
type Output;
const VALUE: Self::Output;
}