Struct rustls_split::BufCfg[][src]

pub struct BufCfg<D: Into<Vec<u8>>> { /* fields omitted */ }

Implementations

Configure an empty buffer with specified capacity.

Configure a buffer with the data in initial_data. The buffer capacity will be determined by the greater of initial_data.len() and min_capacity.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.