☰
ToRow
Associated Types
Row
Implementations on Foreign Types
()
(A, R)
Either<A, B>
RecRow<R, Row1>
SharedRecRow<R, Row1>
Implementors
In cut
?
Trait
cut
::
ToRow
source
·
[
−
]
pub trait ToRow { type
Row
; }
Associated Types
source
type
Row
Implementations on Foreign Types
source
impl<A, R>
ToRow
for
(
A, R
)
where
A: 'static +
Send
,
R:
RowCon
,
type
Row
=
(
A, R
)
source
impl<R, Row1, Row2, Row3>
ToRow
for
RecRow
<R, Row1>
where
R:
Send
,
Row1:
ToRow
<Row = Row2>,
Row2:
RecApp
<R, Applied = Row3>,
Row3:
RowCon
,
type
Row
= Row3
source
impl<A, B>
ToRow
for
Either
<A, B>
type
Row
=
(
A,
(
B,
()
)
)
source
impl<R, Row1, Row2, Row3>
ToRow
for
SharedRecRow
<R, Row1>
where
R:
Send
,
Row1:
ToRow
<Row = Row2>,
Row2:
SharedRecApp
<R, Applied = Row3>,
Row3:
RowCon
,
type
Row
= Row3
source
impl
ToRow
for
()
type
Row
=
()
Implementors