Enum pty_shell::tty::MasterError [] [src]

pub enum MasterError {
    BadDescriptor(DescriptorError),
    GrantptError,
    UnlockptError,
    PtsnameError,
}

The enum MasterError defines the possible errors from constructor Master.

Variants

Trait Implementations

impl Display for MasterError
[src]

The function fmt formats the value using the given formatter.

impl Copy for MasterError
[src]

impl Error for MasterError
[src]

The function description returns a short description of the error.

The function cause returns the lower-level cause of this error, if any.

impl Debug for MasterError
[src]

Formats the value using the given formatter.

impl Clone for MasterError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more