We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3980eb commit 9eb3d55Copy full SHA for 9eb3d55
rust-runtime/aws-smithy-types/src/blob.rs
@@ -7,9 +7,8 @@
7
use serde::Serialize;
8
#[cfg(all(aws_sdk_unstable, feature = "serde-deserialize"))]
9
use serde::{de::Visitor, Deserialize};
10
-
+#[cfg(all(aws_sdk_unstable, any(feature = "serde-deserialize", feature = "serde-serialize")))]
11
use crate::base64;
12
13
/// Binary Blob Type
14
///
15
/// Blobs represent protocol-agnostic binary content.
0 commit comments