Trait soundchange::IntoTransform [-] [+] [src]

pub trait IntoTransform<'a> {
    fn into_transform(self) -> Transform<'a>;
}

Required Methods

fn into_transform(self) -> Transform<'a>

Implementors