//! Inline- and block-level containers. use super::prelude::*; /// Size content and place it into a paragraph. pub struct BoxNode; #[class] impl BoxNode { fn construct(_: &mut Context, args: &mut Args) -> TypResult