Struct syn::FloatLit
[−]
[src]
pub struct FloatLit {
pub value: String,
pub suffix: FloatTy,
}Fields
value: String
suffix: FloatTy
Trait Implementations
impl Debug for FloatLit[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more