Struct syn::FloatLit
[−]
[src]
pub struct FloatLit { pub value: String, pub suffix: FloatTy, }
Fields
value: String
suffix: FloatTy