[][src]Module holochain_serialized_bytes::prelude

Re-exports

pub use crate::holochain_serial;
pub use crate::SerializedBytes;

Traits

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

allow downstream consumers to not manage their own deps on serde