Trait rustc_expand::proc_macro_server::ToInternal[][src]

trait ToInternal<T> {
    fn to_internal(self) -> T;
}

Required methods

Implementations on Foreign Types

Implementors