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]

[src]

Formats the value using the given formatter.