☰
Query
Required Associated Types
Output
Implementors
In radn::flow::query
?
Trait
radn
::
flow
::
query
::
Query
source
·
[
−
]
pub trait Query:
Copy
{ type
Output
; }
Required Associated Types
§
source
type
Output
Implementors
§
source
§
impl<Q:
Query
, A>
Query
for
ChainQuery
<Q, A>
§
type
Output
= <Q as
Query
>::
Output
source
§
impl<Q:
Query
, M>
Query
for
StartQuery
<Q, M>
§
type
Output
= <Q as
Query
>::
Output