Home
last modified time | relevance | path

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

/trusty/user/base/lib/hwwsk/rust/src/
Dlib.rs61 pub fn response_from(&self, status: u32, payload: Vec<u8>) -> HwWskResponse { in response_from()
190 pub struct HwWskResponse { struct
199 impl<'s> Serialize<'s> for HwWskResponse { implementation
216 impl Deserialize for HwWskResponse { implementation