Enum tailwind_error::DiagnosticLevel
source · [−]pub enum DiagnosticLevel {
None,
Error,
Warning,
Information,
Hint,
}Expand description
DiagnosticLevel
Variants
None
No special diagnostic
Error
Error Message, red
Warning
Warning Message, yellow
Information
Notice Message, magenta
Hint
Hint Message, dots
Implementations
Convert to lsp DiagnosticSeverity
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DiagnosticLevel
impl Send for DiagnosticLevel
impl Sync for DiagnosticLevel
impl Unpin for DiagnosticLevel
impl UnwindSafe for DiagnosticLevel
Blanket Implementations
Mutably borrows from an owned value. Read more