Module holochain_serialized_bytes::prelude[][src]

Re-exports

pub use crate::holochain_serial;
pub use crate::SerializedBytes;
pub use crate::SerializedBytesError;
pub use crate::UnsafeBytes;
pub use crate::decode;
pub use crate::encode;

Traits

A data structure that can be deserialized from any data format supported by Serde.

A data structure that can be serialized into any data format supported by Serde.

allow downstream consumers to forget to pull in basic try_from/try_into methods

An attempted conversion that consumes self, which may or may not be expensive.

Derive Macros