Trait Processor

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

Required Methods§

Source

fn transform( &self, processing: ScopeProcessing, allocator: Allocator, ) -> ScopeProcessing

Implementors§