pub trait Class<B> {
// Required method
fn apply(self, b: &mut B);
}
Expand description
Something that can overwrite a value, typically a node bundle.
pub trait Class<B> {
// Required method
fn apply(self, b: &mut B);
}
Something that can overwrite a value, typically a node bundle.