Searched refs:FFixed (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 844 FFixed: Fn(&DateTime<FixedOffset>) -> Result<String, E>, in test_encodable_json() 863 fn test_decodable_json<FUtc, FFixed, FLocal, E>( in test_decodable_json() argument 865 fixed_from_str: FFixed, in test_decodable_json() argument 869 FFixed: Fn(&str) -> Result<DateTime<FixedOffset>, E>, in test_decodable_json() 912 fn test_decodable_json_timestamps<FUtc, FFixed, FLocal, E>( in test_decodable_json_timestamps() argument 914 fixed_from_str: FFixed, in test_decodable_json_timestamps() argument 918 FFixed: Fn(&str) -> Result<rustc_serialize::TsSeconds<FixedOffset>, E>, in test_decodable_json_timestamps()
|