//! # API structures //! //! ## Presentation //! This module contains all the serializable structures that can be sent through the API to the //! Clients //! //! ## Author //! Pierre Hubert pub mod http_error; pub mod login_success; pub mod current_user_id;