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

Required Methods§

Implementors§

source§

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