MethodSyncCustom

Type Alias MethodSyncCustom 

Source
pub type MethodSyncCustom = Box<dyn Fn(&str) -> MethodReturn>;
Expand description

Type of a custom sync fetch function

Aliased Typeยง

pub struct MethodSyncCustom(/* private fields */);