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