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