☰
Keyed
Required Associated Types
Key
Implementors
In radn::flow::keyed
?
Trait
radn
::
flow
::
keyed
::
Keyed
source
·
[
−
]
pub trait Keyed:
Clone
{ type
Key
:
Send
+
Clone
; }
Required Associated Types
§
source
type
Key
:
Send
+
Clone
Implementors
§
source
§
impl<'a, Ctx:
Context
<'a>, A:
Mentionable
<'a, Ctx> +
Clone
, C: 'a +
Comparator
<A>, E: 'a +
Send
>
Keyed
for
TreeContext2
<'a, Ctx, A, C, E>
§
type
Key
= A
source
§
impl<A:
Send
+
Sync
+
Ord
+
Clone
>
Keyed
for
Trees
<A>
§
type
Key
= A
source
§
impl<BT:
Keyed
>
Keyed
for
BalancedTrees
<BT>
§
type
Key
= <BT as
Keyed
>::
Key
source
§
impl<BT:
Keyed
>
Keyed
for
BoundTrees
<BT>
§
type
Key
= <BT as
Keyed
>::
Key