Loading rust-runtime/aws-smithy-http/src/byte_stream.rs +2 −2 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ //! //! ```no_run //! # #[cfg(feature = "rt-tokio")] //! { //! # { //! use aws_smithy_http::byte_stream::ByteStream; //! use std::path::Path; //! struct GetObjectInput { Loading @@ -93,7 +93,7 @@ //! .expect("valid path"); //! GetObjectInput { body: bytestream } //! } //! } //! # } //! ``` use crate::body::SdkBody; Loading rust-runtime/aws-smithy-http/src/lib.rs +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ //! - Endpoint support //! - HTTP header deserialization //! - Event streams //! - `ByteStream`: a misuse-resistant abstraction for streaming binary data //! - [`ByteStream`](byte_stream::ByteStream): a misuse-resistant abstraction for streaming binary data //! //! | Feature | Description | //! |----------------|-------------| Loading Loading
rust-runtime/aws-smithy-http/src/byte_stream.rs +2 −2 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ //! //! ```no_run //! # #[cfg(feature = "rt-tokio")] //! { //! # { //! use aws_smithy_http::byte_stream::ByteStream; //! use std::path::Path; //! struct GetObjectInput { Loading @@ -93,7 +93,7 @@ //! .expect("valid path"); //! GetObjectInput { body: bytestream } //! } //! } //! # } //! ``` use crate::body::SdkBody; Loading
rust-runtime/aws-smithy-http/src/lib.rs +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ //! - Endpoint support //! - HTTP header deserialization //! - Event streams //! - `ByteStream`: a misuse-resistant abstraction for streaming binary data //! - [`ByteStream`](byte_stream::ByteStream): a misuse-resistant abstraction for streaming binary data //! //! | Feature | Description | //! |----------------|-------------| Loading