Skip to main content

encode_settings

Function encode_settings 

Source
fn encode_settings<'a, IT>(settings: IT) -> String
where IT: Iterator<Item = (&'a str, &'a str)>,
Expand description

Encode the PT settings from IT in a format that a pluggable transport can use.