usestd::fmt::Display;/// Represents the URI paths available for a
/// specific version of the XNAT REST API.
pubtraitVersion: Display {/// Represents the root URI used by the API
/// version.
fnroot_uri(&self)-> String;/// Represents the root URI used by the API
/// to access legacy and data endpoints.
fndata_uri(&self)-> String;}