Trait darklua_core::rules::FlawlessRule[][src]

pub trait FlawlessRule {
    fn flawless_process(&self, block: &mut Block, context: &mut Context);
}

Required methods

Implementors