ttf_parser
0.25.0
IsEven
Required Methods
is_even
is_odd
Implementations on Foreign Types
usize
Implementors
In ttf_parser::tables::cff
Trait
ttf_parser
::
tables
::
cff
::
IsEven
Copy item path
source
·
[
−
]
pub trait IsEven { // Required methods fn
is_even
(&self) ->
bool
;
fn
is_odd
(&self) ->
bool
; }
Required Methods
§
source
fn
is_even
(&self) ->
bool
source
fn
is_odd
(&self) ->
bool
Implementations on Foreign Types
§
source
§
impl
IsEven
for
usize
source
§
fn
is_even
(&self) ->
bool
source
§
fn
is_odd
(&self) ->
bool
Implementors
§