Module email

Module email 

Source
Expand description

Types related to the email line (e=).

Structs§

Email
An email (e=) of SDP. Note that more than one such line could exist in an SDP message, that’s why crate::SessionDescription has a Vec<Email> defined.
Tokenizer
The email line (e=) tokenizer. This is low level stuff and you shouldn’t interact directly with it, unless you know what you are doing.