pub trait AsTx {
    // Required method
    fn as_tx(&self) -> &VerifiedExecutableTransaction;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl AsTx for &VerifiedExecutableTransaction

Source§

impl AsTx for VerifiedExecutableTransaction

Implementors§