Type Alias librqbit_peer_protocol::MessageOwned
source · pub type MessageOwned = Message<ByteString>;Aliased Type§
enum MessageOwned {
Request(Request),
Bitfield(ByteString),
KeepAlive,
Have(u32),
Choke,
Unchoke,
Interested,
NotInterested,
Piece(Piece<ByteString>),
Extended(ExtendedMessage<ByteString>),
}