Expand description
Format the given value as an HCL byte vector.
If you need to serialize custom data structures implementing serde::Serialize use
hcl::to_vec instead.
Errors
Formatting a value as byte vector cannot fail.
Format the given value as an HCL byte vector.
If you need to serialize custom data structures implementing serde::Serialize use
hcl::to_vec instead.
Formatting a value as byte vector cannot fail.