1
2
3
4
#[derive(Clone, Debug)]
pub(crate) struct ExtendRule {
    pub is_optional: bool,
}