@@ -83,6 +83,9 @@ pub bitcoin_io::ErrorKind::TimedOut
83
83
pub bitcoin_io::ErrorKind::UnexpectedEof
84
84
pub bitcoin_io::ErrorKind::WouldBlock
85
85
pub bitcoin_io::ErrorKind::WriteZero
86
+ pub const fn bitcoin_io::Cursor<T>::get_ref(&self) -> &T
87
+ pub const fn bitcoin_io::Cursor<T>::new(inner: T) -> Self
88
+ pub const fn bitcoin_io::Cursor<T>::position(&self) -> u64
86
89
pub enum bitcoin_io::ErrorKind
87
90
pub fn &[u8]::consume(&mut self, amount: usize)
88
91
pub fn &[u8]::fill_buf(&mut self) -> bitcoin_io::Result<&[u8]>
@@ -107,11 +110,8 @@ pub fn bitcoin_io::Cursor<T>::eq(&self, other: &bitcoin_io::Cursor<T>) -> bool
107
110
pub fn bitcoin_io::Cursor<T>::fill_buf(&mut self) -> bitcoin_io::Result<&[u8]>
108
111
pub fn bitcoin_io::Cursor<T>::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
109
112
pub fn bitcoin_io::Cursor<T>::get_mut(&mut self) -> &mut T
110
- pub fn bitcoin_io::Cursor<T>::get_ref(&self) -> &T
111
113
pub fn bitcoin_io::Cursor<T>::inner(&self) -> &T
112
114
pub fn bitcoin_io::Cursor<T>::into_inner(self) -> T
113
- pub fn bitcoin_io::Cursor<T>::new(inner: T) -> Self
114
- pub fn bitcoin_io::Cursor<T>::position(&self) -> u64
115
115
pub fn bitcoin_io::Cursor<T>::read(&mut self, buf: &mut [u8]) -> bitcoin_io::Result<usize>
116
116
pub fn bitcoin_io::Cursor<T>::set_position(&mut self, position: u64)
117
117
pub fn bitcoin_io::Error::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
0 commit comments