glsl_
lang_
quote
0.7.1
Quoted
Required Methods
quote
Implementations on Foreign Types
&T
Option<T>
SmolStr
String
Implementors
In glsl_
lang_
quote::
quoted
Trait
glsl_lang_quote
::
quoted
::
Quoted
Copy item path
source
·
[
−
]
pub trait Quoted { // Required method fn
quote
(&self) ->
TokenStream
; }
Required Methods
§
source
fn
quote
(&self) ->
TokenStream
Implementations on Foreign Types
§
source
§
impl
Quoted
for
String
source
§
fn
quote
(&self) ->
TokenStream
source
§
impl
Quoted
for SmolStr
source
§
fn
quote
(&self) ->
TokenStream
source
§
impl<T>
Quoted
for
Option
<T>
where T:
ToTokens
,
source
§
fn
quote
(&self) ->
TokenStream
source
§
impl<T>
Quoted
for
&T
where T:
ToTokens
+ ?
Sized
,
source
§
fn
quote
(&self) ->
TokenStream
Implementors
§