Trait julia::api::sym::IntoSymbol [] [src]

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

Trait implemented by every type which can be used to construct a Symbol.

Required Methods

Implementors