pub trait ToGoogleScope: Debug {
// Required method
fn to_google_scope(&self) -> &'static str;
}Expand description
Converting enum scopes to string
Required Methods§
Sourcefn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
Converting the enum back to str literal