☰
SumApp
Associated Types
Applied
Implementations on Foreign Types
()
(A, R)
Implementors
In cut
?
Trait
cut
::
SumApp
source
·
[
−
]
pub trait SumApp<'a, F>:
RowCon
where
F:
TyCon
,
{ type
Applied
: 'a +
Sized
+
Send
; }
Associated Types
source
type
Applied
: 'a +
Sized
+
Send
Implementations on Foreign Types
source
impl<'a, F>
SumApp
<'a, F> for
()
where
F:
TyCon
,
type
Applied
=
Bottom
source
impl<'a, F, A, R>
SumApp
<'a, F> for
(
A, R
)
where
F: 'a +
TyCon
,
A: 'a,
R: 'a +
RowCon
,
type
Applied
=
Sum
<
App
<'a, F, A>,
AppSum
<'a, R, F>>
Implementors