Type Definition cvode_wrap::Result[][src]

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

A short-hand for std::result::Result<T, crate::Error>