Trait TranslatableManual

Source
pub trait TranslatableManual: TryFrom<RawTagValue, Error: Into<ParseTagValueError>> + Into<RawTagValue> { }

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.

Implementations on Foreign Types§

Source§

impl TranslatableManual for bool

Source§

impl TranslatableManual for String

Implementors§