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§
sourcefn add_abstract_attributes<A: Into<Attribute>>(
self,
attrs: impl IntoIterator<Item = A>
) -> Self
fn add_abstract_attributes<A: Into<Attribute>>( self, attrs: impl IntoIterator<Item = A> ) -> Self
Add the provided attrs
Implementations on Foreign Types§
source§impl AbstractAttributes for Response
impl AbstractAttributes for Response
Trait for adding abstract events to a Response