Skip to main content

QueryMut

Type Alias QueryMut 

Source
pub type QueryMut<'a, const NBITS: usize, Perm> = VectorMut<'a, NBITS, Unsigned, QueryMeta, Perm>;
Expand description

A mutable reference-like version of Query.

Aliased Typeยง

pub struct QueryMut<'a, const NBITS: usize, Perm> { /* private fields */ }