☰
ExtendedCall
Required Methods
context
Implementors
In sp_runtime::generic
?
Trait
sp_runtime
::
generic
::
ExtendedCall
source
·
[
−
]
pub trait ExtendedCall { // Required method fn
context
(&self) ->
Option
<(
String
,
String
)>; }
Required Methods
§
source
fn
context
(&self) ->
Option
<(
String
,
String
)>
Implementors
§
source
§
impl<Call, Extra>
ExtendedCall
for
TestXt
<Call, Extra>