Struct bip21::ParamBytesOwned
source · [−]pub struct ParamBytesOwned<'a>(_);Available on crate feature
non-compliant-bytes only.Expand description
Iterator over decoded bytes inside paramter.
The lifetime of this is same as that of [Param<'a>].
Auto Trait Implementations
impl<'a> RefUnwindSafe for ParamBytesOwned<'a>
impl<'a> Send for ParamBytesOwned<'a>
impl<'a> Sync for ParamBytesOwned<'a>
impl<'a> Unpin for ParamBytesOwned<'a>
impl<'a> UnwindSafe for ParamBytesOwned<'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