[][src]Type Definition async_coap_uri::RelRefCow

type RelRefCow<'a> = Cow<'a, RelRef>;

Convenience type for Cow<'a, RelRef>.