pub trait Transformable<T>: Into<T> { }

Implementors§