pub trait PlaintextEntity: AbstractEntity<Kind = PlaintextKind> { }
Expand description

A trait implemented by types embodying a plaintext.

Formal Definition

Implementors