pub trait AnySvStringType { fn convert(&self) -> SvString; }
Allows taking any string type in certain methods.