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]

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

Checks whether the message is canonical.

Gets the canonical form of this message.