Struct wast::lexer::Float [−][src]
pub struct Float<'a>(_);
A parsed float.
Methods can be use to access the value of the float.
Implementations
impl<'a> Float<'a>
[src]
impl<'a> Float<'a>
[src]pub struct Float<'a>(_);
A parsed float.
Methods can be use to access the value of the float.
impl<'a> Float<'a>
[src]impl<'a> RefUnwindSafe for Float<'a>
impl<'a> Send for Float<'a>
impl<'a> Sync for Float<'a>
impl<'a> Unpin for Float<'a>
impl<'a> UnwindSafe for Float<'a>