Function eschers::picture::above [] [src]

pub fn above<P, Q>(
    p: Rc<P>,
    q: Rc<Q>
) -> Rc<impl Fn(&Bx) -> Rendering> where
    P: Fn(&Bx) -> Rendering,
    Q: Fn(&Bx) -> Rendering

Stack pictures above each other with equal weight