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

fn as_output_segments<'a>(&'a self) -> OutputSegments<'a>[src]

Loading content...

Implementations on Foreign Types

impl<'a, M> AsOutputSegments for &'a M where
    M: AsOutputSegments
[src]

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

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

Loading content...

Implementors

Loading content...