Struct ckb_standalone_types::packed::ScriptReader [−][src]
pub struct ScriptReader<'r>(_);Implementations
Trait Implementations
Auto Trait Implementations
impl<'r> RefUnwindSafe for ScriptReader<'r>
impl<'r> Send for ScriptReader<'r>
impl<'r> Sync for ScriptReader<'r>
impl<'r> Unpin for ScriptReader<'r>
impl<'r> UnwindSafe for ScriptReader<'r>
Blanket Implementations
Mutably borrows from an owned value. Read more