☰
ToRow
Associated Types
Row
Implementations on Foreign Types
()
(A, R)
Implementors
In ferrite_session::prelude
?
Trait
ferrite_session
::
prelude
::
ToRow
source
·
[
−
]
pub trait ToRow { type
Row
; }
Associated Types
source
type
Row
Implementations on Foreign Types
source
impl
ToRow
for
()
type
Row
=
()
source
impl<A, R>
ToRow
for
(
A, R
)
where
A:
Send
+ 'static,
R:
RowCon
,
type
Row
=
(
A, R
)
Implementors
source
impl<A, B>
ToRow
for
Either
<A, B>
type
Row
=
(
A,
(
B,
()
)
)
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<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