☰
quaint
0.2.0-alpha.13
GetRow
Required Methods
get_result_row
Implementations on Foreign Types
Row
Row<'a>
Implementors
In quaint::connector
?
Trait
quaint
::
connector
::
GetRow
source
·
[
−
]
pub trait GetRow { // Required method fn
get_result_row
(&self) ->
Result
<
Vec
<
Value
<'static>>>; }
Required Methods
§
source
fn
get_result_row
(&self) ->
Result
<
Vec
<
Value
<'static>>>
Implementations on Foreign Types
§
source
§
impl
GetRow
for
Row
source
§
fn
get_result_row
(&self) ->
Result
<
Vec
<
Value
<'static>>>
source
§
impl<'a>
GetRow
for
Row
<'a>
source
§
fn
get_result_row
(&self) ->
Result
<
Vec
<
Value
<'static>>>
Implementors
§