Trait Resizable

Source
pub trait Resizable<T> {
    // Required method
    fn resize(&mut self, shape: Shape) -> Result<(), Error>;
}

Required Methods§

Source

fn resize(&mut self, shape: Shape) -> Result<(), Error>

Implementors§