pub trait ReactiveBytes {
    fn as_bytes(&mut self, ctx: &LogFileContext) -> &[u8]Notable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8];
}
Expand description

Some bytes whose value might be dependent on the file it is written to.

Required Methods

Implementations on Foreign Types

Implementors