Struct capnp::message::Reader [] [src]

pub struct Reader<S> where
    S: ReaderSegments
{ /* fields omitted */ }

A container used to read a message.

Methods

impl<S> Reader<S> where
    S: ReaderSegments
[src]

[src]

[src]

Gets the root of the message, interpreting it as the given type.

[src]

[src]

Checks whether the message is canonical.

[src]

Gets the canonical form of this message.