Enum string_lines::Error [] [src]

pub enum Error {
    FileError(Error),
    LockError(Error),
    Utf8Error(FromUtf8Error),
}

Error enum

Variants

FileError

File error

LockError

Locking error

Utf8Error

UTF8 error

Trait Implementations

impl Display for Error

fn fmt(&self, f: &mut Formatter) -> Result<(), Error>

impl Error for Error

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>1.0.0

impl From<Error> for Error

fn from(error: Error) -> Self

impl From<Error> for Error

fn from(error: Error) -> Self

impl From<FromUtf8Error> for Error

fn from(error: FromUtf8Error) -> Self

Derived Implementations

impl Debug for Error

fn fmt(&self, __arg_0: &mut Formatter) -> Result