Home
last modified time | relevance | path

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

/webrtc/dtls/src/alert/
H A Dmod.rs12 pub(crate) enum AlertLevel { enum
18 impl fmt::Display for AlertLevel { implementation
28 impl From<u8> for AlertLevel { implementation
/webrtc/dtls/src/conn/
H A Dmod.rs495 pub(crate) async fn notify(&self, level: AlertLevel, desc: AlertDescription) -> Result<()> { in notify()