Skip to main content

PyUnaryTask

Type Alias PyUnaryTask 

Source
pub type PyUnaryTask<In, State, Out> = PyTask<(In,), State, (Out,)>;
Expand description

Convenience alias for the common one-input, one-output case.

Aliased Typeยง

pub struct PyUnaryTask<In, State, Out> { /* private fields */ }