pub trait AsOutputSegments {
    // Required method
    fn as_output_segments(&self) -> OutputSegments<'_>;
}
Expand description

Something that contains segments ready to be written out.

Required Methods§

Implementations on Foreign Types§

source§

impl<'a, M> AsOutputSegments for &'a M

source§

impl<A> AsOutputSegments for Rc<Builder<A>>
where A: Allocator,

source§

impl<A> AsOutputSegments for Builder<A>
where A: Allocator,

Implementors§