pub trait ParseTowhere
    Self: ParseTo<f32>,
    Self: ParseTo<u32>,
    Self: ParseTo<u8>,
    Self: ParseTo<Int>,
{ }

Implementors