Trait smart_read::IterBytes
source · pub trait IterBytes {
// Required method
fn iter_bytes(&self) -> impl Iterator<Item = BoxResult<u8>>;
}Required Methods§
fn iter_bytes(&self) -> impl Iterator<Item = BoxResult<u8>>
Object Safety§
This trait is not object safe.