Skip to main content

MethodHandler

Type Alias MethodHandler 

Source
pub type MethodHandler = fn(&CallContext<'_>, &[u8]) -> Result<Vec<u8>>;