Struct bitcoin_internals::script::EarlyEndOfScriptError
source · pub struct EarlyEndOfScriptError;
Expand description
Indicates that we tried to read more bytes from the script than available.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EarlyEndOfScriptError
impl RefUnwindSafe for EarlyEndOfScriptError
impl Send for EarlyEndOfScriptError
impl Sync for EarlyEndOfScriptError
impl Unpin for EarlyEndOfScriptError
impl UnwindSafe for EarlyEndOfScriptError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more