aho_
corasick
1.1.3
Pointer
Required Methods
as_usize
Implementations on Foreign Types
*const T
Implementors
In aho_
corasick::
util::
int
aho_corasick
::
util
::
int
Trait
Pointer
Copy item path
Source
pub(crate) trait Pointer { // Required method fn
as_usize
(self) ->
usize
; }
Required Methods
§
Source
fn
as_usize
(self) ->
usize
Implementations on Foreign Types
§
Source
§
impl<T>
Pointer
for
*const T
Source
§
fn
as_usize
(self) ->
usize
Implementors
§