Enum fst::Error
[−]
[src]
An error that encapsulates all possible errors in this crate.
Variants
Fst(Error)An error that occurred while reading or writing a finite state transducer.
Io(Error)An IO error that occurred while writing a finite state transducer.
Trait Implementations
impl Debug for Error[src]
impl Debug for Errorfn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Error> for Error[src]
impl From<Error> for Errorimpl From<Error> for Error[src]
impl From<Error> for Errorimpl Display for Error[src]
impl Display for Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for Error[src]
impl Error for Error