Struct capnp_nonblock::Segments [] [src]

pub struct Segments {
    // some fields omitted
}

A Cap'n Proto message container.

Trait Implementations

impl ReaderSegments for Segments
[src]

fn get_segment(&self, id: u32) -> Option<&[Word]>