Trait frame_support::traits::GetCallName[][src]

pub trait GetCallName {
    fn get_call_names() -> &'static [&'static str]

Notable traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
;
fn get_call_name(&self) -> &'static str; }

Gets the function name of the Call.

Required methods

fn get_call_names() -> &'static [&'static str]

Notable traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
[src]

Return all function names.

fn get_call_name(&self) -> &'static str[src]

Return the function name of the Call.

Loading content...

Implementors

Loading content...