Skip to main content

ExpectStringLiteral

Trait ExpectStringLiteral 

Source
pub(crate) trait ExpectStringLiteral {
    // Required method
    fn expect_string_literal<'f, 'sess>(
        &self,
        cx: &mut AcceptContext<'f, 'sess>,
    ) -> Option<Symbol>;
}

Required Methods§

Source

fn expect_string_literal<'f, 'sess>( &self, cx: &mut AcceptContext<'f, 'sess>, ) -> Option<Symbol>

Implementors§