pub trait OpenWhisk {
    type Output;

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

Required Associated Types

Required Methods

Implementors