[][src]Trait db_derive::RefInto

pub trait RefInto<T>: Sized {
    fn ref_into(&self) -> T;
}

Required methods

fn ref_into(&self) -> T

Loading content...

Implementors

impl RefInto<PoolKind> for Pool[src]

Loading content...