Type

Type Alias Type 

Source
pub type Type = TypeBase<NoRV>;
Expand description

The type of a single value, that can be sent down a wire

Aliased Typeยง

pub struct Type(/* private fields */);