Function boot_core::instantiate_custom_mock_env
source · pub fn instantiate_custom_mock_env<S: StateInterface>(
sender: &Addr,
custom_state: S
) -> Result<(Rc<RefCell<S>>, Mock<S>)>
pub fn instantiate_custom_mock_env<S: StateInterface>(
sender: &Addr,
custom_state: S
) -> Result<(Rc<RefCell<S>>, Mock<S>)>