pub type Url2Result<T> = Result<T, Url2Error>;
Expand description

Url2 Result Type