Type Definition tabular::Result[][src]

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

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