Home
last modified time | relevance | path

Searched refs:get_downcast_ref (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/src/
Dasync_task.rs43 pub fn get_downcast_ref<T: Any + Send>(&self) -> Option<&T> { in get_downcast_ref() method
288 let s3 = shelf.get_downcast_ref::<String>().unwrap(); in test_shelf()
310 let i2 = shelf.get_downcast_ref::<u64>().unwrap(); in test_shelf()
314 assert_eq!(shelf.get_downcast_ref::<i32>(), None); in test_shelf()
349 let trace = shelf.get_downcast_ref::<Vec<String>>().unwrap(); in test_async_task()