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.
pub type Result<T, E = Error> = Result<T, E>;
Type alias specializing std::result::Result
with this crate’s Error
enum.