Skip to main content
Pop
nekolib
0.1.0
Pop
Required Associated Types
Output
Required Methods
pop
Implementors
In nekolib::
traits
nekolib
::
traits
Trait
Pop
Copy item path
Source
pub trait Pop { type
Output
; // Required method fn
pop
(&mut self) ->
Option
<Self::
Output
>; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
pop
(&mut self) ->
Option
<Self::
Output
>
Implementors
§
Source
§
impl<M:
Monoid
>
Pop
for
FoldableQueue
<M>
where M::
Set
:
Clone
,
Source
§
type
Output
= <M as
Magma
>::
Set