Trait openwhisk_rust::OpenWhisk
source · [−]pub trait OpenWhisk {
type Output;
fn new_whisk_client(insecure: Option<bool>) -> Self::Output;
}
pub trait OpenWhisk {
type Output;
fn new_whisk_client(insecure: Option<bool>) -> Self::Output;
}