Trait sea_streamer_file::Appendable

source ·
pub trait Appendable: Default {
    // Required method
    fn append(&mut self, bytes: Bytes);
}

Required Methods§

source

fn append(&mut self, bytes: Bytes)

Object Safety§

This trait is not object safe.

Implementors§