pub fn find_declaration_span(source: &str, name: &str) -> Option<Span>
Return the source span of the declaration named name in the given source text. Returns None if no declaration matches.
name
None