Type Alias gmeta::InOut

source ·
pub type InOut<I, O> = (I, O);
Expand description

Type alias for incoming/outgoing message types.

Trait Implementations§

source§

impl<I: Type, O: Type> Types for InOut<I, O>

§

type Input = I

Input type.
§

type Output = O

Output type.
source§

fn register(registry: &mut Registry) -> TypesRepr

Register input/output types in registry.