Enum sysconf::raw::SysconfError[][src]

pub enum SysconfError {
    Unsupported,
}

The error returned by sysconf.

Variants

The queried variable is unsupported on the current system.

Trait Implementations

impl Debug for SysconfError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations