MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / into_inner

Method into_inner

atomic-core/src/output/traits.rs:651–653  ·  view source on GitHub ↗

Consume this writer and return the underlying writer.

(self)

Source from the content-addressed store, hash-verified

649
650 /// Consume this writer and return the underlying writer.
651 pub fn into_inner(self) -> W {
652 self.writer
653 }
654}
655
656impl<W: Write> VertexBuffer for Writer<W> {

Calls

no outgoing calls