pub trait Outputs {
    type Out;

    fn output() -> Self::Out;
    fn output_set() -> Vec<(u16, Type)>;
}
Expand description

Outputs.

Required Associated Types

Required Methods

Implementations on Foreign Types

Implementors