Struct rustc_ap_rustc_parse::lexer::UnmatchedBrace [−][src]
pub struct UnmatchedBrace {
pub expected_delim: DelimToken,
pub found_delim: Option<DelimToken>,
pub found_span: Span,
pub unclosed_span: Option<Span>,
pub candidate_span: Option<Span>,
}Fields
expected_delim: DelimTokenfound_delim: Option<DelimToken>found_span: Spanunclosed_span: Option<Span>candidate_span: Option<Span>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnmatchedBraceimpl !Send for UnmatchedBraceimpl !Sync for UnmatchedBraceimpl Unpin for UnmatchedBraceimpl UnwindSafe for UnmatchedBraceBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V