Struct syn::LitFloat [−][src]
pub struct LitFloat { /* fields omitted */ }
A floating point literal: 1f64
or 1.0e10f64
.
Must be finite. May not be infinite or NaN.
Implementations
impl LitFloat
[src]
impl LitFloat
[src]Trait Implementations
impl ToTokens for LitFloat
[src]
impl ToTokens for LitFloat
[src]