Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Good Evening, rust sc related question. Is there a possibility provide a callback after async call as a simple closure directly? Or Do I need to define a function annotated with #[callback] and use that as following -> self.callbacks().my_callback()?