Trait rustc_expand::proc_macro_server::FromInternal
source · trait FromInternal<T> {
// Required method
fn from_internal(x: T) -> Self;
}
Required Methods§
fn from_internal(x: T) -> Self
Object Safety§
This trait is not object safe.