pub trait Datatype: Loggable<Name = DatatypeName> { }
Expand description
A Datatype
describes plain old data that can be used by any number of Component
s.
Any Loggable
with a Loggable::Name
set to DatatypeName
automatically implements
Datatype
.
Object Safety§
This trait is not object safe.