pub type MethodSyncCustom = Box<dyn Fn(&str) -> MethodReturn>;
Type of a custom sync fetch function
pub struct MethodSyncCustom(/* private fields */);