Struct frame_support_procedural_tools::syn_ext::StopParse
source · [−]pub struct StopParse {
pub inner: TokenStream,
}
Expand description
stop parsing here getting remaining token as content Warn duplicate stream (part of)
Fields
inner: TokenStream
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StopParse
impl UnwindSafe for StopParse
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