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

pub trait Fields {
    fn to_fields<T>(&self, column: &str) -> Vec<T>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator

    where
        T: DeserializeOwned
; }

Required methods

Implementations on Foreign Types

Implementors