pub async fn server(
tx: UnboundedSender<Result<AppPassword, Error>>,
) -> (impl Future<Output = Result<(), Error>>, u16)
Expand description
Server for handling login’s information.
pub async fn server(
tx: UnboundedSender<Result<AppPassword, Error>>,
) -> (impl Future<Output = Result<(), Error>>, u16)
Server for handling login’s information.