Function eschers::picture::over [] [src]

pub fn over<P, Q>(
    picture_p: Rc<P>,
    picture_q: Rc<Q>
) -> Rc<impl Fn(&Bx) -> Rendering> where
    P: Fn(&Bx) -> Rendering,
    Q: Fn(&Bx) -> Rendering

Place two pictures over each other