Skip to main content

PutStyleOps

Trait PutStyleOps 

Source
pub trait PutStyleOps {
    // Required method
    fn put_style(
        &self,
        name: impl Into<String>,
        content: impl Into<String>,
    ) -> impl Future<Output = Result<()>>;
}

Required Methods§

Source

fn put_style( &self, name: impl Into<String>, content: impl Into<String>, ) -> impl Future<Output = Result<()>>

Create an image style for this bucket.

Official document: https://www.alibabacloud.com/help/en/oss/developer-reference/putstyle

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§