Struct probor::Encoder [] [src]

pub struct Encoder<W> { /* fields omitted */ }

The actual encoder type definition

Methods

impl<W> Encoder<W> where
    W: WriteBytesExt
[src]

[src]

[src]

Important traits for &'a mut W
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Indefinite byte string encoding. (RFC 7049 section 2.2.2)

[src]

[src]

Indefinite string encoding. (RFC 7049 section 2.2.2)

[src]

[src]

[src]

[src]

[src]

Indefinite array encoding. (RFC 7049 section 2.2.1)

[src]

End of indefinite array encoding. (RFC 7049 section 2.2.1)

[src]

[src]

Indefinite object encoding. (RFC 7049 section 2.2.1)

[src]

End of indefinite object encoding. (RFC 7049 section 2.2.1)

Trait Implementations

Auto Trait Implementations

impl<W> Send for Encoder<W> where
    W: Send

impl<W> Sync for Encoder<W> where
    W: Sync