Offsets
supa_
mdx_
lint
0.3.0-alpha
Offsets
Required Methods
end
start
Implementations on Foreign Types
&T
Implementors
In supa_
mdx_
lint::
location
Traits
Offsets
supa_mdx_lint
::
location
Trait
Offsets
Copy item path
Settings
Help
Summary
Source
pub trait Offsets: Sealed { // Required methods fn
start
(&self) ->
usize
;
fn
end
(&self) ->
usize
; }
Required Methods
§
Source
fn
start
(&self) ->
usize
Source
fn
end
(&self) ->
usize
Implementations on Foreign Types
§
Source
§
impl<T:
Offsets
+ Sealed>
Offsets
for
&T
Source
§
fn
start
(&self) ->
usize
Source
§
fn
end
(&self) ->
usize
Implementors
§
Source
§
impl
Offsets
for
LintCorrectionDelete
Source
§
impl
Offsets
for
LintCorrectionInsert
Source
§
impl
Offsets
for
LintCorrectionReplace
Source
§
impl
Offsets
for
LintError