[][src]Type Definition fastobo::error::Result

type Result<T> = Result<T, Error>;

The result type for this crate.