[][src]Module holochain_serialized_bytes::prelude

Re-exports

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

Traits

Deserialize

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

Serialize

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

TryFrom

allow downstream consumers to forget to pull in basic try_from/try_into methods Simple and safe type conversions that may fail in a controlled way under some circumstances. It is the reciprocal of TryInto.

TryInto

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

Derive Macros

Deserialize
Serialize
SerializedBytes