Skip to main content

WithInput

Type Alias WithInput 

Source
pub type WithInput<Handler, Inputs, Args, Transform, Extractor, Arg> = Operation<Handler, <Inputs as WithAlg>::With<Extractor>, <Args as WithAlg>::With<Arg>, Transform>;
Expand description

Carries an operation declaration with one additional typed input.

Aliased Typeยง

pub struct WithInput<Handler, Inputs, Args, Transform, Extractor, Arg> { /* private fields */ }