Searched defs:to_any (Results 1 – 3 of 3) sorted by relevance
21 pub fn to_any(x: impl serde::Serialize) -> anyhow::Result<Self> { in to_any() method
84 inline std::unique_ptr<icu4x::Date> icu4x::IsoDate::to_any() const { in to_any() function in icu4x::IsoDate
66 pub fn to_any(&self) -> Box<Date> { in to_any() method