Enum fst::Error
[−]
[src]
pub enum Error {
Fst(Error),
Io(Error),
}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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl From<Error> for Error[src]
impl From<Error> for Error[src]
impl Display for Error[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more