pub trait Processor {
// Required method
fn transform(
&self,
processing: ScopeProcessing,
allocator: Allocator,
) -> ScopeProcessing;
}
pub trait Processor {
// Required method
fn transform(
&self,
processing: ScopeProcessing,
allocator: Allocator,
) -> ScopeProcessing;
}