//! Absolute placement of nodes. use super::prelude::*; use super::AlignNode; /// Place a node at an absolute position. #[derive(Debug, Hash)] pub struct PlaceNode(pub LayoutNode); #[class] impl PlaceNode { fn construct(_: &mut EvalContext, args: &mut Args) -> TypResult