Trait imagescript::framebuffer_from[][src]

pub trait framebuffer_from<T> {
    fn from(width: usize, height: usize, container: T) -> framebuffer;
}

Required methods

Implementations on Foreign Types

Implementors