[][src]Type Definition tabular::Result

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

Type alias specializing std::result::Result with this crate’s Error enum.