[][src]Type Definition async_coap_uri::UriCow

type UriCow<'a> = Cow<'a, Uri>;

Convenience type for Cow<'a, Uri>.