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