Searched refs:FUtc (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/chrono/src/ |
D | datetime.rs | 841 fn test_encodable_json<FUtc, FFixed, E>(to_string_utc: FUtc, to_string_fixed: FFixed) in test_encodable_json() argument 843 FUtc: Fn(&DateTime<Utc>) -> Result<String, E>, in test_encodable_json() 863 fn test_decodable_json<FUtc, FFixed, FLocal, E>( in test_decodable_json() argument 864 utc_from_str: FUtc, in test_decodable_json() argument 868 FUtc: Fn(&str) -> Result<DateTime<Utc>, E>, in test_decodable_json() 912 fn test_decodable_json_timestamps<FUtc, FFixed, FLocal, E>( in test_decodable_json_timestamps() argument 913 utc_from_str: FUtc, in test_decodable_json_timestamps() argument 917 FUtc: Fn(&str) -> Result<rustc_serialize::TsSeconds<Utc>, E>, in test_decodable_json_timestamps()
|