[][src]Function cw_mask::contract::handle

pub fn handle<S: Storage, A: Api, Q: Querier>(
    deps: &mut Extern<S, A, Q>,
    env: Env,
    info: MessageInfo,
    msg: HandleMsg
) -> Result<HandleResponse, ContractError>