Trait wasmcloud_actor_graphdb::FromTable[][src]

pub trait FromTable: Sized {
    fn from_table(result_set: &ResultSet) -> Result<Self, GraphError>;
}

Required methods

fn from_table(result_set: &ResultSet) -> Result<Self, GraphError>[src]

Loading content...

Implementations on Foreign Types

impl<T: FromRow> FromTable for Vec<T>[src]

impl FromTable for ()[src]

Loading content...

Implementors

impl FromTable for ResultSet[src]

impl<T: FromRow> FromTable for T[src]

Loading content...