[][src]Type Definition nannou::ui::graph::PositionChildren

type PositionChildren = Chain<Graph, u32, Filter<Children<Node, Edge, u32>, fn(&Graph, EdgeIndex<u32>, NodeIndex<u32>) -> bool>, Filter<Children<Node, Edge, u32>, fn(&Graph, EdgeIndex<u32>, NodeIndex<u32>) -> bool>>;

An alias for a Walker over a node's X and Y Position children respectively.