pub trait AsyncFn {
fn call(
self,
handler: AsgiHandler,
rx: Receiver<()>
) -> LocalBoxFuture<'static, ()>;
}
pub trait AsyncFn {
fn call(
self,
handler: AsgiHandler,
rx: Receiver<()>
) -> LocalBoxFuture<'static, ()>;
}