Trait bitcoin::consensus::serde::hex::Case

source ·
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.

Implementors§

source§

impl<T: Case> Case for T