RestCallBack

Type Alias RestCallBack 

Source
pub type RestCallBack = fn(method: &Method, path: &str, body: &String) -> Result<(String, E_CONTENT_TYPE), RESULT>;