pub fn reply<A, S, Q, U>(
instance: &mut Instance<A, S, Q>,
env: Env,
msg: Reply,
) -> ContractResult<Response<U>>where
A: BackendApi + 'static,
S: Storage + 'static,
Q: Querier + 'static,
U: DeserializeOwned + CustomMsg,