Trait mentat::query::IntoResult
[−]
[src]
Required Methods
fn into_scalar_result(self) -> Result<Option<Binding>>
fn into_coll_result(self) -> Result<Vec<Binding>>
fn into_tuple_result(self) -> Result<Option<Vec<Binding>>>
fn into_rel_result(self) -> Result<RelResult<Binding>>
Implementors
impl IntoResult for QueryExecutionResult