Type Definition public_api::Result
source · pub type Result<T> = Result<T, Error>;Expand description
Shorthand for std::result::Result<T, public_api::Error>.
pub type Result<T> = Result<T, Error>;Shorthand for std::result::Result<T, public_api::Error>.