pub trait PrimitiveGroupFill<const N: usize> {
    // Required method
    fn fill_many(self, fills: [Fill; N]);
}

Required Methods§

source

fn fill_many(self, fills: [Fill; N])

Implementations on Foreign Types§

source§

impl<const N: usize> PrimitiveGroupFill<N> for [PrimitiveRef<'_>; N]

source§

fn fill_many(self, fills: [Fill; N])

Implementors§