pub trait Resource { // Required method fn url(&self) -> &Url; }
The root of the web service.
The URL of the resource