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.