Trait rustc_expand::proc_macro_server::FromInternal
source · trait FromInternal<T> {
// Required method
fn from_internal(x: T) -> Self;
}
trait FromInternal<T> {
// Required method
fn from_internal(x: T) -> Self;
}