bitcoin_units

Macro impl_tryfrom_str

source
macro_rules! impl_tryfrom_str {
    ($($from:ty, $to:ty, $err:ty, $inner_fn:expr);*) => { ... };
}
Available on crate feature alloc only.
Expand description

Implements TryFrom<$from> for $to.