[][src]Module protocol::types

Contains newtypes over the standard library types that support finer-grained serialization settings.

Structs

String

A string with a custom size prefix integer type. S - The size prefix type.

Unimplemented

A type that does not have any protocol serialization implemented.

Vec

A newtype wrapping Vec<T> but with a custom length prefix type.

Traits

Integer

An integer value that can be serialized and deserialized.