pub trait OpenWhisk {
    type Output;

    fn new_whisk_client(insecure: Option<bool>) -> Self::Output;
}
Expand description

Trait Openwhisk

Required Associated Types

Required Methods

creates new openwhisk client

Implementors