Trait AnySvStringType

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

Allows taking any string type in certain methods.

Required Methods§

Source

fn convert(&self) -> SvString

Implementations on Foreign Types§

Source§

impl<'a> AnySvStringType for &'a str

Source§

impl<'a> AnySvStringType for char

Implementors§