gmeta
1.7.0
InOut
Trait Implementations
Types
In crate gmeta
Type Alias
gmeta
::
InOut
Copy item path
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.