Skip to main content

Representable

Trait Representable 

Source
pub trait Representable: HumanReadable + Serialize { }
Expand description

Trait for types that can be represented in both human-readable and serialized formats

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§