mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 08:57:00 +02:00
fix doc string test
This commit is contained in:
@@ -37,7 +37,7 @@ impl<T, D, S, F, R> WithHandler<T, D, S> for F
|
||||
}
|
||||
}
|
||||
|
||||
pub fn with<T, D, S, H>(h: H) -> With<T, D, S, H>
|
||||
pub(crate) fn with<T, D, S, H>(h: H) -> With<T, D, S, H>
|
||||
where H: WithHandler<T, D, S>,
|
||||
D: HttpRequestExtractor<T>,
|
||||
T: DeserializeOwned,
|
||||
|
Reference in New Issue
Block a user