pub type Result<T> = Result<T, Error>;
Shorthand for std::result::Result<T, public_api::Error>.
std::result::Result<T, public_api::Error>