[][src]Trait rbatis::crud::Ids

pub trait Ids<C> where
    C: Id
{ fn to_ids(&self) -> Vec<C::IdType>; }

fetch ids, must use Id trait together

Required methods

fn to_ids(&self) -> Vec<C::IdType>

get ids

Loading content...

Implementations on Foreign Types

impl<C> Ids<C> for Vec<C> where
    C: Id
[src]

Loading content...

Implementors

Loading content...