1 2 3 4 5 6
#[doc(inline)] pub use self::comments_service::{ CommentsService, AsyncCommentsService, CommentsServiceEndpoints, AsyncCommentsServiceEndpoints, }; pub mod comments_service;