Enum rasslib::store::PassStoreError [] [src]

pub enum PassStoreError {
    GPG(Error),
    Io(Error),
    Other(String),
}

Variants

GPG
Io
Other

Trait Implementations

impl From<Error> for PassStoreError

fn from(err: Error) -> PassStoreError

impl From<Error> for PassStoreError

fn from(err: Error) -> PassStoreError

impl Display for PassStoreError

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

impl Error for PassStoreError

fn description(&self) -> &str

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

Derived Implementations

impl Debug for PassStoreError

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