Struct terra_rust_api::client::wasm::Wasm [−][src]
pub struct Wasm<'a> { /* fields omitted */ }
Implementations
pub async fn query<T: for<'de> Deserialize<'de>>(
&self,
contract_address: &str,
json_query: &str
) -> Result<T>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Wasm<'a>
impl<'a> !UnwindSafe for Wasm<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more