url_serde

Type Alias SerdeUrl

Source
pub type SerdeUrl = Serde<Url>;
Expand description

A convenience type alias for Serde.

Aliased Type§

struct SerdeUrl(pub Url);

Fields§

§0: Url