Struct gluon_completion::Found [] [src]

pub struct Found<'a> {
    pub match_: Option<Match<'a>>,
    pub enclosing_match: Match<'a>,
}

Fields