Trait lemmy_db_schema::traits::ViewToVec[][src]

pub trait ViewToVec {
    type DbTuple;
    fn from_tuple_to_vec(tuple: Vec<Self::DbTuple>) -> Vec<Self>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator

    where
        Self: Sized
; }

Associated Types

Required methods

Implementors