Struct bip21::ParamBytes
source · [−]pub struct ParamBytes<'a>(_);Available on crate feature
non-compliant-bytes only.Expand description
Iterator over decoded bytes inside paramter.
The lifetime of this may be shorter than that of [Param<'a>].
Auto Trait Implementations
impl<'a> RefUnwindSafe for ParamBytes<'a>
impl<'a> Send for ParamBytes<'a>
impl<'a> Sync for ParamBytes<'a>
impl<'a> Unpin for ParamBytes<'a>
impl<'a> UnwindSafe for ParamBytes<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more