bdk_chain::bitcoin::consensus::serde::hex

Trait Case

pub trait Case: Case { }
Expand description

Marker for upper/lower case type-level flags (“type-level enum”).

You may use this trait in bounds only.

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§

§

impl<T> Case for T
where T: Case,