Struct bip_bencode::BDecodeOpt [] [src]

pub struct BDecodeOpt { /* fields omitted */ }

Stores decoding options for modifying decode behavior.

Methods

impl BDecodeOpt
[src]

Create a new BDecodeOpt object.

Maximum limit allowed when decoding bencode.

Whether or not an error should be thrown for out of order dictionary keys.

Trait Implementations

impl Copy for BDecodeOpt
[src]

impl Clone for BDecodeOpt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for BDecodeOpt
[src]

Returns the "default value" for a type. Read more