add_callback
Method
This is a method of the StreamHandler class in the streaming module.Add a callback
Signature
Parameters
No description available.
Returns
The result of the operation.
add_callback: Add a callback
This is a method of the StreamHandler class in the streaming module.Add a callback
def add_callback(&mut self, callback: impl StreamCallback + 'static) -> ()