[−][src]Trait capnp_futures::serialize::AsOutputSegments
Something that contains segments ready to be written out.
Required methods
fn as_output_segments<'a>(&'a self) -> OutputSegments<'a>
Implementations on Foreign Types
impl<A> AsOutputSegments for Builder<A> where
A: Allocator, [src]
A: Allocator,
fn as_output_segments<'a>(&'a self) -> OutputSegments<'a>[src]
impl<'a, A> AsOutputSegments for &'a Builder<A> where
A: Allocator, [src]
A: Allocator,
fn as_output_segments<'b>(&'b self) -> OutputSegments<'b>[src]
impl<A> AsOutputSegments for Rc<Builder<A>> where
A: Allocator, [src]
A: Allocator,