Struct rustydht_lib::common::TransactionId [−][src]
Expand description
Represents a DHT transaction id, which are basically just small byte strings. This type is not yet used widely across this codebase.
Fields
bytes: Vec<u8>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.