Docs.rs
gmeta-1.7.1
gmeta 1.7.1
Permalink
Docs.rs crate page
GPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
github:gear-tech:dev
breathx
Dependencies
blake2 ^0.10.6
normal
derive_more ^0.99.18
normal
gmeta-codegen =1.7.1
normal
optional
hex ^0.4.3
normal
scale-info ^2.5.0
normal
gear-wasm-builder ~1
dev
gstd ~1
dev
parity-scale-codec ^3.6.4
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
InOut
gmeta
1.7.1
InOut
Trait Implementations
Types
In crate gmeta
gmeta
Type Alias
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>
Source
§
type
Input
= I
Input type.
Source
§
type
Output
= O
Output type.
Source
§
fn
register
(registry: &mut
Registry
) ->
TypesRepr
Register input/output types in registry.