☰
ToPoint
Required Methods
to_point
Implementations on Foreign Types
usize
Implementors
In zed2::languages
?
Trait
zed2
::
languages
::
ToPoint
source
·
[
−
]
pub trait ToPoint { // Required method fn
to_point
(&self, snapshot: &
BufferSnapshot
) ->
Point
; }
Required Methods
§
source
fn
to_point
(&self, snapshot: &
BufferSnapshot
) ->
Point
Implementations on Foreign Types
§
source
§
impl
ToPoint
for
usize
source
§
fn
to_point
(&self, snapshot: &
BufferSnapshot
) ->
Point
Implementors
§
source
§
impl
ToPoint
for
Anchor
source
§
impl
ToPoint
for
Point
source
§
impl
ToPoint
for
Unclipped
<
PointUtf16
>