Trait kas_core::layout::DefaultWithLen
source · pub trait DefaultWithLen {
// Required method
fn default_with_len(len: usize) -> Self;
}Expand description
Bound on GridSolver type parameters
Required Methods§
sourcefn default_with_len(len: usize) -> Self
fn default_with_len(len: usize) -> Self
Construct with default elements of given length; panic on failure
Object Safety§
This trait is not object safe.