pub fn message_to_vec(message: UserList) -> Vec<User>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
Expand description

Converts a UserList message into a Vec of User DTOs so that it can be sent back as a REST response.