Struct capnp::serialize::OwnedSegments[][src]

pub struct OwnedSegments { /* fields omitted */ }

Trait Implementations

impl ReaderSegments for OwnedSegments
[src]

Gets the segment with index idx. Returns None if idx is out of range.

Gets the number of segments.

Auto Trait Implementations