Struct devise::syn::Turbofish [−][src]
pub struct Turbofish<'a>(_);
Expand description
Returned by TypeGenerics::as_turbofish
.
This type is available if Syn is built with the "derive"
or "full"
feature and the "printing"
feature.
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Turbofish<'a>
impl<'a> !UnwindSafe for Turbofish<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty. Read more