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