pub struct Float<'a>(_);
A parsed float.
Methods can be use to access the value of the float.
Returns the original source text for this integer.
Returns a parsed value of this float with all of the components still listed as strings.
self
other
==
!=
TypeId
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U