glsl_
lang_
quote
0.7.2
Quoted
Required Methods
quote
Implementations on Foreign Types
&T
Option<T>
SmolStr
String
Implementors
In glsl_
lang_
quote::
quoted
glsl_lang_quote
::
quoted
Trait
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
§