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

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

Notable traits for &'_ mut [u8]

impl<'_> Write for &'_ mut [u8]impl<'_> Read for &'_ [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 &'_ mut [u8]

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

Return all function names.

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

Return the function name of the Call.

Implementors

impl<T: Trait> GetCallName for Call<T>

impl<T: Trait> GetCallName for Call<T>

impl<T: Trait> GetCallName for Call<T>

impl<T: Trait> GetCallName for Call<T>

impl<T: Trait> GetCallName for Call<T>

impl<T: Trait> GetCallName for Call<T>