Home
last modified time | relevance | path

Searched defs:DocCommentToken (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Ddoc_links.rs250 pub(crate) struct DocCommentToken { struct
255 pub(crate) fn token_as_doc_comment(doc_token: &SyntaxToken) -> Option<DocCommentToken> { in token_as_doc_comment()
271 impl DocCommentToken { implementation
279 let DocCommentToken { prefix_len, doc_token } = self; in get_definition_with_descend_at() localVariable