Struct ckb_types::packed::TransactionViewReader [−][src]
pub struct TransactionViewReader<'r>(_);Implementations
Trait Implementations
type Entity = TransactionView
Unpack binary data into rust types.
Auto Trait Implementations
impl<'r> RefUnwindSafe for TransactionViewReader<'r>
impl<'r> Send for TransactionViewReader<'r>
impl<'r> Sync for TransactionViewReader<'r>
impl<'r> Unpin for TransactionViewReader<'r>
impl<'r> UnwindSafe for TransactionViewReader<'r>
Blanket Implementations
Mutably borrows from an owned value. Read more
Unwraps the result of from_slice(..) with confidence and we assume that it’s impossible to fail.