Method lrs::error::Errno::name

Returns the name of the error in string form.

Syntax

impl Errno {
    fn name(self) -> Option<&'static str>
}