Searched refs:test_decodable_json_timestamp (Results 1 – 2 of 2) sorted by relevance
58 use crate::naive::datetime::{test_decodable_json, test_decodable_json_timestamp};73 test_decodable_json_timestamp(json::decode); in test_decodable_timestamps()
2294 fn test_decodable_json_timestamp<F, E>(from_str: F) in test_decodable_json_timestamp() function