☰
EmptyContext
Required Methods
empty_values
Implementations on Foreign Types
()
(Empty, R)
Implementors
In cut
?
Trait
cut
::
EmptyContext
source
·
[
−
]
pub trait EmptyContext:
SealedEmptyContext
+
Context
{ fn
empty_values
() -> Self::
Endpoints
; }
Required methods
source
fn
empty_values
() -> Self::
Endpoints
Implementations on Foreign Types
source
impl<R>
EmptyContext
for
(
Empty
, R
)
where
R:
EmptyContext
,
source
fn
empty_values
() ->
(
()
, <R as
Context
>::
Endpoints
)
source
impl
EmptyContext
for
()
source
fn
empty_values
()
Implementors