Skip to main content

parse

Function parse 

Source
pub fn parse(url: &str) -> Option<Mailto>
Expand description

Parse a mailto: URL. Not one is None; a malformed query simply contributes nothing, which is what a mail handler should do rather than refusing to open.