rustc_
expand
1.84.0-nightly
(5ec7d6eee 2024-11-17)
ToInternal
Required Methods
to_internal
Implementations on Foreign Types
(TokenTree<TokenStream, Span, Symbol>, &mut Rustc<'_, '_>)
Delimiter
Level
LitKind
Implementors
In rustc_
expand::
proc_
macro_
server
rustc_expand
::
proc_macro_server
Trait
ToInternal
Copy item path
Source
trait ToInternal<T> { // Required method fn
to_internal
(self) -> T; }
Required Methods
§
Source
fn
to_internal
(self) -> T
Implementations on Foreign Types
§
Source
§
impl
ToInternal
<
Delimiter
> for
Delimiter
Source
§
fn
to_internal
(self) ->
Delimiter
Source
§
impl
ToInternal
<
LitKind
> for
LitKind
Source
§
fn
to_internal
(self) ->
LitKind
Source
§
impl
ToInternal
<
Level
> for
Level
Source
§
fn
to_internal
(self) ->
Level
Source
§
impl
ToInternal
<
SmallVec
<[
TokenTree
;
2
]>> for (
TokenTree
<
TokenStream
,
Span
,
Symbol
>, &mut
Rustc
<'_, '_>)
Source
§
fn
to_internal
(self) ->
SmallVec
<[
TokenTree
;
2
]>
Implementors
§