Skip to content

Commit fcfaafc

Browse files
committed
Update API text files
1 parent 48352fe commit fcfaafc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

api/units/all-features.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,7 @@ pub fn bitcoin_units::amount::AmountDecoder::new() -> Self
19041904
pub fn bitcoin_units::amount::AmountDecoder::push_bytes(&mut self, bytes: &mut &[u8]) -> core::result::Result<bool, Self::Error>
19051905
pub fn bitcoin_units::amount::AmountDecoder::read_limit(&self) -> usize
19061906
pub 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]
19081908
pub fn bitcoin_units::amount::Denomination::arbitrary(u: &mut arbitrary::unstructured::Unstructured<'a>) -> arbitrary::error::Result<Self>
19091909
pub fn bitcoin_units::amount::Denomination::clone(&self) -> bitcoin_units::amount::Denomination
19101910
pub 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
20232023
pub fn bitcoin_units::block::BlockHeightDecoderError::from(never: core::convert::Infallible) -> Self
20242024
pub fn bitcoin_units::block::BlockHeightDecoderError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)>
20252025
pub 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]
20272027
pub fn bitcoin_units::block::BlockHeightInterval::add(self, rhs: &bitcoin_units::block::BlockHeightInterval) -> Self::Output
20282028
pub fn bitcoin_units::block::BlockHeightInterval::add(self, rhs: bitcoin_units::block::BlockHeightInterval) -> Self::Output
20292029
pub 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
21682168
pub fn bitcoin_units::locktime::absolute::LockTimeDecoder::push_bytes(&mut self, bytes: &mut &[u8]) -> core::result::Result<bool, Self::Error>
21692169
pub fn bitcoin_units::locktime::absolute::LockTimeDecoder::read_limit(&self) -> usize
21702170
pub 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]
21722172
pub fn bitcoin_units::locktime::absolute::MedianTimePast::arbitrary(u: &mut arbitrary::unstructured::Unstructured<'a>) -> arbitrary::error::Result<Self>
21732173
pub fn bitcoin_units::locktime::absolute::MedianTimePast::clone(&self) -> bitcoin_units::locktime::absolute::MedianTimePast
21742174
pub 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
24392439
pub fn bitcoin_units::sequence::SequenceDecoderError::from(never: core::convert::Infallible) -> Self
24402440
pub fn bitcoin_units::sequence::SequenceDecoderError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)>
24412441
pub 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]
24432443
pub fn bitcoin_units::time::BlockTimeDecoder::default() -> Self
24442444
pub fn bitcoin_units::time::BlockTimeDecoder::end(self) -> core::result::Result<Self::Output, Self::Error>
24452445
pub fn bitcoin_units::time::BlockTimeDecoder::new() -> Self
@@ -2451,7 +2451,7 @@ pub fn bitcoin_units::time::BlockTimeDecoderError::fmt(&self, f: &mut core::fmt:
24512451
pub fn bitcoin_units::time::BlockTimeDecoderError::from(never: core::convert::Infallible) -> Self
24522452
pub fn bitcoin_units::time::BlockTimeDecoderError::source(&self) -> core::option::Option<&(dyn core::error::Error + 'static)>
24532453
pub 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]
24552455
pub fn core::num::error::ParseIntError::from(value: bitcoin_units::parse_int::ParseIntError) -> Self
24562456
pub fn i64::mul(self, rhs: &bitcoin_units::SignedAmount) -> Self::Output
24572457
pub fn i64::mul(self, rhs: &bitcoin_units::result::NumOpResult<bitcoin_units::SignedAmount>) -> Self::Output

0 commit comments

Comments
 (0)