Skip to main content

GetStyleOps

Trait GetStyleOps 

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

Required Methods§

Source

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

Retrieve one image style by name.

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

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§