[−][src]Trait conv::ApproxInto
This is the dual of ApproxFrom; see that trait for information.
Where possible, prefer using this trait over ApproxFrom for generic constraints, but prefer implementing ApproxFrom.
Associated Types
Loading content...Required methods
fn approx_into(self) -> Result<Dst, Self::Err>
Convert the subject into an approximately equivalent representation.
Implementors
impl<Dst, Src, Scheme> ApproxInto<Dst, Scheme> for Src where
Dst: ApproxFrom<Src, Scheme>,
Scheme: ApproxScheme, [src]
Dst: ApproxFrom<Src, Scheme>,
Scheme: ApproxScheme,