Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dframing.rs264 pub struct PrivateContentAAD { struct
274 impl Debug for PrivateContentAAD { argument
334 impl From<&PrivateMessage> for PrivateContentAAD { implementation