Skip to main content
RustLocation
wowlab_
tidy
0.1.0
Rust
Location
Required Methods
line_in
Implementations on Foreign Types
&N
Implementors
In wowlab_
tidy::
languages::
rust
wowlab_tidy
::
languages
::
rust
Trait
Rust
Location
Copy item path
Source
pub(crate) trait RustLocation { // Required method fn
line_in
(&self, ctx: &
AstCtx
<'_>) ->
usize
; }
Required Methods
§
Source
fn
line_in
(&self, ctx: &
AstCtx
<'_>) ->
usize
Implementations on Foreign Types
§
Source
§
impl<N>
RustLocation
for
&N
where N: AstNode,
Source
§
fn
line_in
(&self, ctx: &
AstCtx
<'_>) ->
usize
Implementors
§