Trait openstack::ServiceType [] [src]

pub trait ServiceType {
    fn catalog_type() -> &'static str;
    fn version_suffix() -> Option<&'static str>;
}

Trait representing a service type.

Required Methods

Service type to pass to the catalog.

Version suffix to append to the endpoint.

Implementors