Trait tract_core::internal::tract_ndarray::FixedInitializer   
source · pub unsafe trait FixedInitializer {
    type Elem;
    // Required methods
    fn as_init_slice(&self) -> &[Self::Elem];
    fn len() -> usize;
}Expand description
Fixed-size array used for array initialization
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.