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

source ·
pub trait Case: Case { }
Available on crate feature serde only.
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§

source§

impl<T: Case> Case for T