1 2 3 4 5 6
use crate::tokens::Content; #[derive(Debug)] pub struct Component { pub children: Vec<Content>, }