Function mz::server::server

source ·
pub async fn server(
    tx: UnboundedSender<Result<AppPassword, Error>>,
) -> (impl Future<Output = Result<(), Error>>, u16)
Expand description

Server for handling login’s information.