☰
TypeApp
Associated Types
Applied
Implementations on Foreign Types
()
ClientEndpointF
ProviderEndpointF
Implementors
In cut
?
Trait
cut
::
TypeApp
source
·
[
−
]
pub trait TypeApp<'a, A>:
TyCon
{ type
Applied
:
Sized
+
Send
; }
Associated Types
source
type
Applied
:
Sized
+
Send
Implementations on Foreign Types
source
impl<'a, A>
TypeApp
<'a, A> for
ClientEndpointF
where
A:
Protocol
,
type
Applied
= <A as
Protocol
>::
ClientEndpoint
source
impl<'a, A>
TypeApp
<'a, A> for
()
type
Applied
=
()
source
impl<'a, A>
TypeApp
<'a, A> for
ProviderEndpointF
where
A:
Protocol
,
type
Applied
= <A as
Protocol
>::
ProviderEndpoint
Implementors
source
impl<'r, 'a, Row, C, A>
TypeApp
<'a, A> for
InjectSessionF
<'r, Row, C>
where
C:
Context
,
A: 'r,
Row:
Send
,
type
Applied
=
InjectSession
<'r, Row, C, A>