pub trait DefaultWithLen {
    fn default_with_len(len: usize) -> Self;
}
Expand description

Bound on GridSolver type parameters

Required Methods§

Construct with default elements of given length; panic on failure

Implementations on Foreign Types§

Implementors§