pub trait AnySvStringType {
    fn convert(&self) -> SvString;
}
Expand description

Allows taking any string type in certain methods.

Required Methods

Implementations on Foreign Types

Implementors