Type Alias librqbit_bencode::BencodeValueOwned
source · pub type BencodeValueOwned = BencodeValue<ByteBufOwned>;Aliased Type§
enum BencodeValueOwned {
Bytes(ByteBufOwned),
Integer(i64),
List(Vec<BencodeValue<ByteBufOwned>>),
Dict(HashMap<ByteBufOwned, BencodeValue<ByteBufOwned>>),
}