pub async fn run(
config: Config,
auth: impl AuthBackend + 'static,
) -> Result<(), ServerError>Expand description
Run the server (blocking until error, no graceful shutdown). For backward compatibility with existing code.
pub async fn run(
config: Config,
auth: impl AuthBackend + 'static,
) -> Result<(), ServerError>Run the server (blocking until error, no graceful shutdown). For backward compatibility with existing code.