pub trait PlatformSerial<Word>: Read<Word> + Write<Word> + Default { }

Object Safety§

This trait is not object safe.

Implementors§