Type Definition oci_distribution::errors::Result
source · pub type Result<T> = Result<T, OciDistributionError>;Expand description
Helper type to declare Result objects that might return a OciDistributionError
pub type Result<T> = Result<T, OciDistributionError>;Helper type to declare Result objects that might return a OciDistributionError