Skip to main content

TaskFnInputs

Trait TaskFnInputs 

Source
pub trait TaskFnInputs: TaskFn {
    type INPUTS: TaskInput + TaskInputs;
}
Expand description

A trait for TaskFn implementations that allows task inputs to be extracted as a type.

Required Associated Types§

Source

type INPUTS: TaskInput + TaskInputs

Implementors§