Binary
nekolib_
doc
0.1.0
Binary
Required Methods
pop
Implementations on Foreign Types
u8
u16
u32
u64
u128
usize
Implementors
In nekolib_
doc::
integer::
bin_
iter
nekolib_doc
::
integer
::
bin_iter
Trait
Binary
Copy item path
Source
pub trait Binary { // Required method fn
pop
(&mut self) ->
Option
<
bool
>; }
Required Methods
§
Source
fn
pop
(&mut self) ->
Option
<
bool
>
Implementations on Foreign Types
§
Source
§
impl
Binary
for
u8
Source
§
fn
pop
(&mut self) ->
Option
<
bool
>
Source
§
impl
Binary
for
u16
Source
§
fn
pop
(&mut self) ->
Option
<
bool
>
Source
§
impl
Binary
for
u32
Source
§
fn
pop
(&mut self) ->
Option
<
bool
>
Source
§
impl
Binary
for
u64
Source
§
fn
pop
(&mut self) ->
Option
<
bool
>
Source
§
impl
Binary
for
u128
Source
§
fn
pop
(&mut self) ->
Option
<
bool
>
Source
§
impl
Binary
for
usize
Source
§
fn
pop
(&mut self) ->
Option
<
bool
>
Implementors
§