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