ScratchOwnedBorrow

Trait ScratchOwnedBorrow 

Source
pub trait ScratchOwnedBorrow<B: Backend> {
    // Required method
    fn borrow(&mut self) -> &mut Scratch<B>;
}
Expand description

Borrows a slice of bytes into a Scratch.

Required Methods§

Source

fn borrow(&mut self) -> &mut Scratch<B>

Implementors§