Skip to main content

Layer

Trait Layer 

Source
pub trait Layer {
    // Required methods
    fn kind(&self) -> LayerKind;
    fn process(&self, input: LayerInput) -> LayerOutput;
}

Required Methods§

Source

fn kind(&self) -> LayerKind

Source

fn process(&self, input: LayerInput) -> LayerOutput

Implementors§