Struct syn::FloatLit [−][src]
Fields
value: String
suffix: FloatTy
Trait Implementations
impl Debug for FloatLit[src]
impl Debug for FloatLitfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for FloatLit[src]
impl Clone for FloatLit