Docs.rs
is-even-1.0.0
is-even 1.0.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
baWedekind
Dependencies
is-odd ^1.0.0
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
IsEven
is_even
1.0.0
IsEven
Required Methods
is_even
Implementations on Foreign Types
i8
i16
i32
i64
u8
u16
u32
u64
Implementors
In crate is_
even
is_even
Trait
IsEven
Copy item path
Source
pub trait IsEven { // Required method fn
is_even
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_even
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
IsEven
for
i8
Source
§
fn
is_even
(&self) ->
bool
Source
§
impl
IsEven
for
i16
Source
§
fn
is_even
(&self) ->
bool
Source
§
impl
IsEven
for
i32
Source
§
fn
is_even
(&self) ->
bool
Source
§
impl
IsEven
for
i64
Source
§
fn
is_even
(&self) ->
bool
Source
§
impl
IsEven
for
u8
Source
§
fn
is_even
(&self) ->
bool
Source
§
impl
IsEven
for
u16
Source
§
fn
is_even
(&self) ->
bool
Source
§
impl
IsEven
for
u32
Source
§
fn
is_even
(&self) ->
bool
Source
§
impl
IsEven
for
u64
Source
§
fn
is_even
(&self) ->
bool
Implementors
§