Trait sylvia::into_response::IntoMsg

source ·
pub trait IntoMsg<C> {
    // Required method
    fn into_msg(self) -> StdResult<SubMsg<C>>;
}
Expand description

Trait converting SubMsg to one carrying another chain-custom message

Required Methods§

Implementations on Foreign Types§

source§

impl<C> IntoMsg<C> for SubMsg<Empty>

SubMsg<Empty> can be made into any SubMsg<C>

Implementors§