Struct wast::lexer::WasmString
source · pub struct WasmString<'a>(_);Expand description
A parsed string.
Implementations§
Trait Implementations§
source§impl<'a> Debug for WasmString<'a>
impl<'a> Debug for WasmString<'a>
source§impl<'a> PartialEq<WasmString<'a>> for WasmString<'a>
impl<'a> PartialEq<WasmString<'a>> for WasmString<'a>
source§fn eq(&self, other: &WasmString<'a>) -> bool
fn eq(&self, other: &WasmString<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.