pub trait ExtractFromPipelineCtx {
    // Required method
    fn extract(args: &Arguments, ctx: &Ctx) -> Self;
}

Required Methods§

source

fn extract(args: &Arguments, ctx: &Ctx) -> Self

Object Safety§

This trait is not object safe.

Implementors§