1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

update doc strings

This commit is contained in:
Nikolay Kim
2018-03-29 15:00:18 -07:00
parent 3cf54bc0fd
commit 92fe2e96de
3 changed files with 7 additions and 8 deletions

View File

@ -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>,