Trait soundchange::IntoTransform
[-] [+]
[src]
pub trait IntoTransform<'a> { fn into_transform(self) -> Transform<'a>; }
Required Methods
fn into_transform(self) -> Transform<'a>
Implementors
impl<'a> IntoTransform<'a> for char
impl<'a> IntoTransform<'a> for CharTo<'a>
impl<'a> IntoTransform<'a> for &'a str
impl<'a> IntoTransform<'a> for StrTo<'a>