@@ -1904,7 +1904,7 @@ pub fn bitcoin_units::amount::AmountDecoder::new() -> Self
19041904pub fn bitcoin_units::amount::AmountDecoder::push_bytes(&mut self, bytes: &mut &[u8]) -> core::result::Result<bool, Self::Error>
19051905pub fn bitcoin_units::amount::AmountDecoder::read_limit(&self) -> usize
19061906pub fn bitcoin_units::amount::AmountEncoder::advance(&mut self) -> bool
1907- pub fn bitcoin_units::amount::AmountEncoder::current_chunk(&self) -> core::option::Option< &[u8]>
1907+ pub fn bitcoin_units::amount::AmountEncoder::current_chunk(&self) -> &[u8]
19081908pub fn bitcoin_units::amount::Denomination::arbitrary(u: &mut arbitrary::unstructured::Unstructured<'a>) -> arbitrary::error::Result<Self>
19091909pub fn bitcoin_units::amount::Denomination::clone(&self) -> bitcoin_units::amount::Denomination
19101910pub fn bitcoin_units::amount::Denomination::eq(&self, other: &bitcoin_units::amount::Denomination) -> bool
@@ -2023,7 +2023,7 @@ pub fn bitcoin_units::block::BlockHeightDecoderError::fmt(&self, f: &mut core::f
20232023pub fn bitcoin_units::block::BlockHeightDecoderError::from(never: core::convert::Infallible) -> Self
20242024pub fn bitcoin_units::block::BlockHeightDecoderError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)>
20252025pub fn bitcoin_units::block::BlockHeightEncoder::advance(&mut self) -> bool
2026- pub fn bitcoin_units::block::BlockHeightEncoder::current_chunk(&self) -> core::option::Option< &[u8]>
2026+ pub fn bitcoin_units::block::BlockHeightEncoder::current_chunk(&self) -> &[u8]
20272027pub fn bitcoin_units::block::BlockHeightInterval::add(self, rhs: &bitcoin_units::block::BlockHeightInterval) -> Self::Output
20282028pub fn bitcoin_units::block::BlockHeightInterval::add(self, rhs: bitcoin_units::block::BlockHeightInterval) -> Self::Output
20292029pub fn bitcoin_units::block::BlockHeightInterval::add_assign(&mut self, rhs: &bitcoin_units::block::BlockHeightInterval)
@@ -2168,7 +2168,7 @@ pub fn bitcoin_units::locktime::absolute::LockTimeDecoder::new() -> Self
21682168pub fn bitcoin_units::locktime::absolute::LockTimeDecoder::push_bytes(&mut self, bytes: &mut &[u8]) -> core::result::Result<bool, Self::Error>
21692169pub fn bitcoin_units::locktime::absolute::LockTimeDecoder::read_limit(&self) -> usize
21702170pub fn bitcoin_units::locktime::absolute::LockTimeEncoder::advance(&mut self) -> bool
2171- pub fn bitcoin_units::locktime::absolute::LockTimeEncoder::current_chunk(&self) -> core::option::Option< &[u8]>
2171+ pub fn bitcoin_units::locktime::absolute::LockTimeEncoder::current_chunk(&self) -> &[u8]
21722172pub fn bitcoin_units::locktime::absolute::MedianTimePast::arbitrary(u: &mut arbitrary::unstructured::Unstructured<'a>) -> arbitrary::error::Result<Self>
21732173pub fn bitcoin_units::locktime::absolute::MedianTimePast::clone(&self) -> bitcoin_units::locktime::absolute::MedianTimePast
21742174pub fn bitcoin_units::locktime::absolute::MedianTimePast::cmp(&self, other: &bitcoin_units::locktime::absolute::MedianTimePast) -> core::cmp::Ordering
@@ -2439,7 +2439,7 @@ pub fn bitcoin_units::sequence::SequenceDecoderError::fmt(&self, f: &mut core::f
24392439pub fn bitcoin_units::sequence::SequenceDecoderError::from(never: core::convert::Infallible) -> Self
24402440pub fn bitcoin_units::sequence::SequenceDecoderError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)>
24412441pub fn bitcoin_units::sequence::SequenceEncoder::advance(&mut self) -> bool
2442- pub fn bitcoin_units::sequence::SequenceEncoder::current_chunk(&self) -> core::option::Option< &[u8]>
2442+ pub fn bitcoin_units::sequence::SequenceEncoder::current_chunk(&self) -> &[u8]
24432443pub fn bitcoin_units::time::BlockTimeDecoder::default() -> Self
24442444pub fn bitcoin_units::time::BlockTimeDecoder::end(self) -> core::result::Result<Self::Output, Self::Error>
24452445pub fn bitcoin_units::time::BlockTimeDecoder::new() -> Self
@@ -2451,7 +2451,7 @@ pub fn bitcoin_units::time::BlockTimeDecoderError::fmt(&self, f: &mut core::fmt:
24512451pub fn bitcoin_units::time::BlockTimeDecoderError::from(never: core::convert::Infallible) -> Self
24522452pub fn bitcoin_units::time::BlockTimeDecoderError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)>
24532453pub fn bitcoin_units::time::BlockTimeEncoder::advance(&mut self) -> bool
2454- pub fn bitcoin_units::time::BlockTimeEncoder::current_chunk(&self) -> core::option::Option< &[u8]>
2454+ pub fn bitcoin_units::time::BlockTimeEncoder::current_chunk(&self) -> &[u8]
24552455pub fn core::num::error::ParseIntError::from(value: bitcoin_units::parse_int::ParseIntError) -> Self
24562456pub fn i64::mul(self, rhs: &bitcoin_units::SignedAmount) -> Self::Output
24572457pub fn i64::mul(self, rhs: &bitcoin_units::result::NumOpResult<bitcoin_units::SignedAmount>) -> Self::Output
0 commit comments