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