Trait WasmRsChannel

Source
pub trait WasmRsChannel: ConditionallySend {
    // Required method
    fn channel(&self) -> FluxChannel<RawPayload, PayloadError>;
}

Required Methods§

Implementors§