Home
last modified time | relevance | path

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

/webrtc/dtls/src/
H A Dstate.rs240 pub async fn unmarshal_binary(&mut self, data: &[u8]) -> Result<()> { in unmarshal_binary() method
/webrtc/stun/src/
H A Dmessage.rs133 pub fn unmarshal_binary(&mut self, data: &[u8]) -> Result<()> { in unmarshal_binary() method