Span
Mapper
syntax_
bridge
0.0.0
Span
Mapper
Required Methods
span_for
Implementations on Foreign Types
&SM
SpanMap<S>
Implementors
In crate syntax_
bridge
Modules
dummy_test_span_utils
prettify_macro_expansion
Enums
DocCommentDesugarMode
TopEntryPoint
Traits
SpanMapper
Functions
desugar_doc_comment_text
parse_to_token_tree
parse_to_token_tree_static_span
syntax_node_to_token_tree
syntax_node_to_token_tree_modified
to_parser_input
token_tree_to_syntax_node
syntax_bridge
Trait
SpanMapper
Copy item path
Settings
Help
Summary
Source
pub trait SpanMapper<S> { // Required method fn
span_for
(&self, range: TextRange) -> S; }
Required Methods
§
Source
fn
span_for
(&self, range: TextRange) -> S
Implementations on Foreign Types
§
Source
§
impl<S>
SpanMapper
<SpanData<S>> for SpanMap<S>
where SpanData<S>:
Copy
,
Source
§
fn
span_for
(&self, range: TextRange) -> SpanData<S>
Source
§
impl<S:
Copy
, SM:
SpanMapper
<S>>
SpanMapper
<S> for
&SM
Source
§
fn
span_for
(&self, range: TextRange) -> S
Implementors
§
Source
§
impl
SpanMapper
<SpanData<SyntaxContext>> for
DummyTestSpanMap
impl SpanMapper<SpanData<SyntaxContext>> for
SpanMap
impl SpanMapper<SpanData<SyntaxContext>> for
SpanMapRef
<'_>