pub trait ScratchAvailable {
// Required method
fn available(&self) -> usize;
}Expand description
Returns how many bytes left can be taken from the scratch.
pub trait ScratchAvailable {
// Required method
fn available(&self) -> usize;
}Returns how many bytes left can be taken from the scratch.