[][src]Module bt_bencode::value

Represents valid Bencode data.

Enums

Number

Represents a valid Bencode number.

Value

Represents a valid Bencode value.

Traits

Index

Indexes into the Value type.

Functions

from_value

Deserializes an instance of T from a Value.

to_value

Serializes an instance of T into a Value.