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