Trait roci::Componentize
source · pub trait Componentize {
const MAX_SIZE: usize = 4_294_967_295usize;
// Required method
fn sink_columns(&self, output: &mut impl Decomponentize);
}Provided Associated Constants§
Required Methods§
fn sink_columns(&self, output: &mut impl Decomponentize)
Object Safety§
This trait is not object safe.