pub trait ScratchOwnedBorrow<B: Backend> {
// Required method
fn borrow(&mut self) -> &mut Scratch<B>;
}Expand description
Borrows a slice of bytes into a Scratch.
pub trait ScratchOwnedBorrow<B: Backend> {
// Required method
fn borrow(&mut self) -> &mut Scratch<B>;
}Borrows a slice of bytes into a Scratch.