pub trait StringExtension {
    // Required method
    fn remove_quotas(self) -> Self;
}

Required Methods§

source

fn remove_quotas(self) -> Self

Implementations on Foreign Types§

source§

impl StringExtension for String

source§

fn remove_quotas(self) -> Self

Implementors§