Trait rbatis::crud::Fields[][src]

pub trait Fields {
    fn to_fields<T>(&self, column: &str) -> Vec<T>
    where
        T: DeserializeOwned
; }

Required methods

Implementations on Foreign Types

Implementors