pub(crate)moderror;pub(crate)modsharable;pub(crate)modtime;/// A helper trait to convert a type into an `azure_core::Error`.
pub(crate)traitIntoAzureCoreError{/// Converts the type into an `azure_core::Error`.
fninto_azure_core_error(self)->azure_core::Error;}