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

Required Methods

Implementations on Foreign Types

Implementors