[][src]Trait hycon_rust::traits::ToDBType

pub trait ToDBType<T> {
    fn to_db_type(&self) -> T;
}

Converts an in memory representation to a type for insertion into a database

Required methods

fn to_db_type(&self) -> T

Converts self to database type

Loading content...

Implementors

impl ToDBType<DBPeer> for Peer[src]

Loading content...