mirror of
https://github.com/actix/actix-extras.git
synced 2025-09-02 04:56:38 +02:00
update doc strings
This commit is contained in:
@@ -18,7 +18,7 @@ use ws::frame::Frame;
|
||||
use ws::proto::{OpCode, CloseCode};
|
||||
|
||||
|
||||
/// `WebSockets` actor execution context
|
||||
/// Execution context for `WebSockets` actors
|
||||
pub struct WebsocketContext<A, S=()> where A: Actor<Context=WebsocketContext<A, S>>,
|
||||
{
|
||||
inner: ContextImpl<A>,
|
||||
|
Reference in New Issue
Block a user