RxInput

Type Alias RxInput 

Source
pub type RxInput<I, O> = Receiver<RemoteIO<I, O>>;
Expand description

The receiver of task for remote execution

Aliased Typeยง

pub struct RxInput<I, O> { /* private fields */ }