Enum yara_sys::errors::CompileErrorLevel [−][src]
pub enum CompileErrorLevel {
Error,
Warning,
}Expand description
The level of an error while parsing a rule file.
Variants
Implementations
Convert from an i32 error code.
Returns Err if the code is not a valide value.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CompileErrorLevelimpl Send for CompileErrorLevelimpl Sync for CompileErrorLevelimpl Unpin for CompileErrorLevelimpl UnwindSafe for CompileErrorLevelBlanket Implementations
Mutably borrows from an owned value. Read more