Searched refs:test_decodable_json_timestamps (Results 1 – 2 of 2) sorted by relevance
105 use crate::datetime::{test_decodable_json, test_decodable_json_timestamps};122 test_decodable_json_timestamps(json::decode, json::decode, json::decode); in test_decodable_timestamps()
1797 fn test_decodable_json_timestamps<FUtc, FFixed, FLocal, E>( in test_decodable_json_timestamps() function