Type Definition updatehub_sdk::Result

source · []
pub type Result<A> = Result<A, Error>;
Expand description

Type alias of Result where the Err is a updatehub_sdk::Error.