Type Definition rp1::CrudJsonResult[][src]

pub type CrudJsonResult<T, E = CrudError> = Result<Json<T>, E>;
Expand description

Return type for all handler functions that return json generated by the crud macro.