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