pub trait Actor {
// Required methods
fn handle(&self, resp: DataResponse);
fn id(&self) -> UUID4;
}
Expand description
TODO: deprecate for MessageHandler
trait which has all the relevant functions
pub trait Actor {
// Required methods
fn handle(&self, resp: DataResponse);
fn id(&self) -> UUID4;
}
TODO: deprecate for MessageHandler
trait which has all the relevant functions