Home
last modified time | relevance | path

Searched refs:DIRECTION_INACTIVE_STR (Results 1 – 1 of 1) sorted by relevance

/webrtc/sdp/src/direction/
H A Dmod.rs24 const DIRECTION_INACTIVE_STR: &str = "inactive"; constant
33 Direction::Inactive => DIRECTION_INACTIVE_STR, in fmt()
47 DIRECTION_INACTIVE_STR => Direction::Inactive, in new()