Trait openwhisk_rust::OpenWhisk
source · pub trait OpenWhisk {
type Output;
fn new_whisk_client(insecure: Option<bool>) -> Self::Output;
}
Expand description
Trait Openwhisk
Required Associated Types§
Required Methods§
sourcefn new_whisk_client(insecure: Option<bool>) -> Self::Output
fn new_whisk_client(insecure: Option<bool>) -> Self::Output
creates new openwhisk client