Type Definition strict_encoding::net::RawUniformAddr[][src]

type RawUniformAddr = [u8; 37];
Expand description

Type representing whole uniformly-encoded address, with all host and protocol-specific parts put together

Trait Implementations

Performs the conversion.

Decode with the given [std::io::Reader] instance; must either construct an instance or return implementation-specific error type. Read more

Tries to deserialize byte array into the current type using [strict_decode()] Read more

Encode with the given [std::io::Writer] instance; must return result with either amount of bytes encoded – or implementation-specific error type. Read more

Serializes data as a byte array using [strict_encode()] function