Macro bitcoin_units::impl_parse_str

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

Implements standard parsing traits for $type by calling into $inner_fn.