pub trait ReactiveBytes {
// Required method
fn as_bytes(&mut self, ctx: &LogFileContext) -> &[u8] ⓘ;
}
Expand description
Some bytes whose value might be dependent on the file it is written to.
pub trait ReactiveBytes {
// Required method
fn as_bytes(&mut self, ctx: &LogFileContext) -> &[u8] ⓘ;
}
Some bytes whose value might be dependent on the file it is written to.