actix-ws: use BigBytes to avoid copying ws messages between various buffers #1226
Annotations
8 errors
Test docs:
actix-ws/src/lib.rs#L44
the trait bound `&actix_web::web::Bytes: Into<actix_web::web::Bytes>` is not satisfied
|
Test docs:
actix-ws/src/lib.rs#L44
the trait bound `actix_web::web::Bytes: std::convert::From<&actix_web::web::Bytes>` is not satisfied
|
Test docs:
actix-ws/src/lib.rs#L44
the trait bound `actix_web::web::Bytes: std::convert::From<&actix_web::web::Bytes>` is not satisfied
|
Test docs:
actix-ws/src/session.rs#L102
the trait bound `bytes::bytes::Bytes: From<&[u8; 0]>` is not satisfied
|
Test docs:
actix-ws/src/session.rs#L102
the trait bound `bytes::bytes::Bytes: From<&[u8; 0]>` is not satisfied
|
Test docs:
actix-ws/src/session.rs#L126
the trait bound `bytes::bytes::Bytes: From<&bytes::bytes::Bytes>` is not satisfied
|
Test docs:
actix-ws/src/session.rs#L126
the trait bound `bytes::bytes::Bytes: From<&bytes::bytes::Bytes>` is not satisfied
|
Test docs
Process completed with exit code 101.
|
Loading