Trait bdk_chain::bitcoin::consensus::serde::hex::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.

Object Safety§

This trait is not object safe.

Implementors§

§

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