[][src]Type Definition async_coap_uri::UriRefCow

type UriRefCow<'a> = Cow<'a, UriRef>;

Convenience type for Cow<'a, UriRef>.