pub fn vec_to_message(v: Vec<User>) -> UserList
Expand description

Converts a Vec of User DTOs to a UserList so that it can be sent back as a gRPC response.