Home
last modified time | relevance | path

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

/webrtc/webrtc/src/ice_transport/
H A Dice_candidate.rs66 pub(crate) fn to_ice(&self) -> Result<impl Candidate> { in to_ice()
/webrtc/ice/src/candidate/
H A Dmod.rs40 pub trait Candidate: fmt::Display { interface
H A Dcandidate_base.rs393 pub fn unmarshal_candidate(raw: &str) -> Result<impl Candidate> { in unmarshal_candidate()