Struct darklua_core::rules::Context [−][src]
pub struct Context {}
Expand description
The intent of this struct is to hold data shared across all rules applied to a file.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Context
impl UnwindSafe for Context
Blanket Implementations
Mutably borrows from an owned value. Read more