//! Hiding of nodes without affecting layout. use super::prelude::*; /// Hide a node without affecting layout. #[derive(Debug, Hash)] pub struct HideNode(pub LayoutNode); #[class] impl HideNode { fn construct(_: &mut Context, args: &mut Args) -> TypResult