[][src]Trait c2rust_ast_builder::IntoSymbol

pub trait IntoSymbol {
    fn into_symbol(self) -> Symbol;
}

Conversion of string-like values into interned Symbols.

Required methods

fn into_symbol(self) -> Symbol

Loading content...

Implementations on Foreign Types

impl IntoSymbol for Symbol[src]

impl<'a> IntoSymbol for &'a str[src]

impl IntoSymbol for String[src]

impl<'a> IntoSymbol for &'a String[src]

impl IntoSymbol for InternedString[src]

Loading content...

Implementors

Loading content...