Function sentry::middleware::channel::channel_load
source · pub async fn channel_load<C: Locked + 'static, B>(
request: Request<B>,
next: Next<B>
) -> Result<Response, ResponseError>where
B: Send,
pub async fn channel_load<C: Locked + 'static, B>(
request: Request<B>,
next: Next<B>
) -> Result<Response, ResponseError>where
B: Send,