Struct ezno_parser::tsx_keywords::Generator
source · pub struct Generator;
Expand description
https://github.com/tc39/proposal-generator-arrow-functions#introduce-new-generator-keyword-for-both-function-and-arrow-function
Trait Implementations§
source§impl From<Generator> for TSXKeyword
impl From<Generator> for TSXKeyword
source§impl PartialEq<Generator> for Generator
impl PartialEq<Generator> for Generator
source§impl TryFrom<TSXKeyword> for Generator
impl TryFrom<TSXKeyword> for Generator
§type Error = TSXKeyword
type Error = TSXKeyword
The type returned in the event of a conversion error.