zooid

Trait Message

Source
pub trait Message: Send + 'static {
    type Resp: Send + 'static;
}
Expand description

Message type

Required Associated Types§

Source

type Resp: Send + 'static

Implementors§