[−][src]Trait piet_common::RoundInto
The companion to RoundFrom. As with From and Into, a blanket
implementation is provided; for the most part, implement RoundFrom.
Required methods
pub fn round_into(self) -> T[src]
Implementors
impl<T, U> RoundInto<U> for T where
U: RoundFrom<T>, [src]
U: RoundFrom<T>,