☰
Trait FromInternal
Required Methods
from_internal
Implementations on Foreign Types
Delimiter
TokenTree<Group, Punct, Ident, Literal>
Implementors
Other items in
rustc_expand
::
proc_macro_server
All crates
?
Trait
rustc_expand
::
proc_macro_server
::
FromInternal
[
−
]
[src]
trait FromInternal<T> { fn
from_internal
(x: T) -> Self; }
Required methods
[src]
fn
from_internal
(x: T) -> Self
Implementations on Foreign Types
[src]
impl
FromInternal
<
DelimToken
> for
Delimiter
[src]
fn
from_internal
(delim:
DelimToken
) ->
Delimiter
[src]
impl
FromInternal
<
(
(
TokenTree
,
Spacing
)
, &'_ mut
Vec
<
TokenTree
<
Group
,
Punct
,
Ident
,
Literal
>,
Global
>, &'_ mut
Rustc
<'_>
)
> for
TokenTree
<
Group
,
Punct
,
Ident
,
Literal
>
[src]
fn
from_internal
(
((tree, spacing), stack, rustc):
(
TreeAndSpacing
, &mut
Vec
<Self>, &mut
Rustc
<'_>
)
) -> Self
Implementors