Trait capnp_futures::serialize::AsOutputSegments[][src]

pub trait AsOutputSegments {
    fn as_output_segments<'a>(&'a self) -> OutputSegments<'a>;
}

Something that contains segments ready to be written out.

Required Methods

Implementations on Foreign Types

impl<A> AsOutputSegments for Builder<A> where
    A: Allocator
[src]

impl<'a, A> AsOutputSegments for &'a Builder<A> where
    A: Allocator
[src]

impl<A> AsOutputSegments for Rc<Builder<A>> where
    A: Allocator
[src]

Implementors