Type Definition cosmwasm_vm::CommunicationResult

source ·
pub type CommunicationResult<T> = Result<T, CommunicationError>;