Enum tree_sitter::LogType [−][src]
pub enum LogType {
Parse,
Lex,
}Expand description
A type of log message.
pub enum LogType {
Parse,
Lex,
}A type of log message.
impl Eq for LogType[src]impl StructuralEq for LogType[src]impl StructuralPartialEq for LogType[src]impl RefUnwindSafe for LogTypeimpl Send for LogTypeimpl Sync for LogTypeimpl Unpin for LogTypeimpl UnwindSafe for LogType