// Trait methods kept callable as regular methods. Without these declarations
// the compiler only promotes them implicitly, which is deprecated.
///|
pub extend DateDuration with Default::{default}
///|
pub extend DifferenceSettings with Default::{default}
///|
pub extend DisplayCalendar with Default::{default}
///|
pub extend DisplayOffset with Default::{default}
///|
pub extend DisplayTimeZone with Default::{default}
///|
pub extend ToStringRoundingOptions with Default::{default}
///|
pub extend Instant with Compare::{compare}
///|
pub extend IsoDate with Compare::{compare}
///|
pub extend IsoDateTime with Compare::{compare}
///|
pub extend TemporalError with Show::{to_string}