Create a render ast node type.
This commit is contained in:
@@ -3,7 +3,7 @@ use crate::error::CustomError;
|
||||
use super::registry::Registry;
|
||||
use super::IObject;
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub(crate) struct IParagraph {
|
||||
pub(crate) children: Vec<IObject>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user