logo
pub fn read_pixels_rgba(
    x: i32,
    y: i32,
    width: i32,
    height: i32
) -> Vec<u8, Global>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator