Trait abstract_sdk::cw_helpers::AbstractAttributes

source ·
pub trait AbstractAttributes {
    // Required method
    fn add_abstract_attributes<A: Into<Attribute>>(
        self,
        attrs: impl IntoIterator<Item = A>
    ) -> Self;
}
Expand description

Trait for adding abstract attributes to something

Required Methods§

source

fn add_abstract_attributes<A: Into<Attribute>>( self, attrs: impl IntoIterator<Item = A> ) -> Self

Add the provided attrs

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl AbstractAttributes for Response

Trait for adding abstract events to a Response

source§

fn add_abstract_attributes<A: Into<Attribute>>( self, attrs: impl IntoIterator<Item = A> ) -> Self

Implementors§