Type Alias cloudevents::event::UriReference
source · pub type UriReference = String;
Expand description
The URI-reference type.
The URI reference can be a URI, or just a relative path.
As the url::Url
type can only represent an absolute URL, we are falling back to a string
here.
Also see:
Aliased Type§
struct UriReference { /* private fields */ }