mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 08:57:00 +02:00
update doc strings
This commit is contained in:
@@ -35,7 +35,7 @@ impl Frame {
|
||||
}
|
||||
}
|
||||
|
||||
/// Http actor execution context
|
||||
/// Execution context for http actors
|
||||
pub struct HttpContext<A, S=()> where A: Actor<Context=HttpContext<A, S>>,
|
||||
{
|
||||
inner: ContextImpl<A>,
|
||||
|
Reference in New Issue
Block a user