Home
last modified time | relevance | path

Searched defs:TrustyTestLogger (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/trusty/user/base/lib/unittest-rust/src/
Dlib.rs126 pub struct TrustyTestLogger { struct
133 unsafe impl Sync for TrustyTestLogger {} implementation
135 impl TrustyTestLogger { implementation
158 impl Log for TrustyTestLogger { implementation