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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§