Type Definition tabular::Result[][src]

pub type Result<T, E = Error> = Result<T, E>;
Expand description

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