Skip to main content

add_callback

Method
This is a method of the StreamHandler class in the streaming module.
Add a callback

Signature

def add_callback(&mut self, callback: impl StreamCallback + 'static) -> ()

Parameters

callback
impl StreamCallback + 'static
required
No description available.

Returns

Returns
()
The result of the operation.