Home
last modified time | relevance | path

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

/webrtc/turn/src/proto/
H A Ddata.rs17 pub struct Data(pub Vec<u8>); struct
19 impl Setter for Data { implementation
27 impl Getter for Data { implementation
/webrtc/webrtc/src/
H A Derror.rs396 Data(#[from] data::Error), enumerator