☰
Push
Required Associated Types
Input
Required Methods
push
Implementors
In nekolib::traits::push_pop
?
Trait
nekolib
::
traits
::
push_pop
::
Push
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
,
§
type
Input
= <M as
Magma
>::
Set