Function https_callable

Source
pub fn https_callable<Req, Res>(
    functions_instance: &Functions,
    name: &str,
    options: Option<HttpsCallableOptions>,
) -> HttpsCallable<Req, Res>
where Req: Serialize, Res: for<'de> Deserialize<'de>,