Trait bitcoin_units::parse::Integer
source · pub trait Integer: FromStr<Err = ParseIntError> + TryFrom<i8> + Sized { }
Expand description
Not strictly necessary but serves as a lint - avoids weird behavior if someone accidentally
passes non-integer to the parse()
function.