IntoLogLevel

Trait IntoLogLevel 

Source
pub trait IntoLogLevel {
    // Required method
    fn into_log_level(self) -> Result<LogLevel, LogError>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoLogLevel for &str

Source§

impl IntoLogLevel for String

Implementors§