Skip to main content

BuffDataSink

Trait BuffDataSink 

Source
pub trait BuffDataSink {
    type E: ObjectDataSink;

    // Required method
    fn end_buff(self) -> Self::E;
}

Required Associated Types§

Required Methods§

Source

fn end_buff(self) -> Self::E

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§