pub trait ExtendedCall {
    // Required method
    fn context(&self) -> Option<(String, String)>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl ExtendedCall for RuntimeCall

source§

impl ExtendedCall for RuntimeCall

Implementors§

source§

impl<Call, Extra> ExtendedCall for TestXt<Call, Extra>