[][src]Trait wasccgraph_actor::FromTable

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

Required methods

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

Loading content...

Implementations on Foreign Types

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

impl FromTable for ResultSet[src]

Loading content...

Implementors

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

Loading content...