[go: up one dir, main page]

try_url2

Macro try_url2 

Source
macro_rules! try_url2 {
    ($($e:expr),+) => { ... };
    ($($e:expr),+,) => { ... };
}
Expand description

works like the format!() macro, but passes the result through Url2::try_parse()