Skip to main content

server

Function 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.