Skip to main content

AtSends

Type Alias AtSends 

Source
pub type AtSends<B> = SendProduct<<B as Behavior>::Sends, ServiceSends<ScheduleAt>>;

Aliased Type§

pub struct AtSends<B> {
    pub inner: <B as Behavior>::Sends,
    pub own: ServiceSends<ScheduleAt>,
}

Fields§

§inner: <B as Behavior>::Sends§own: ServiceSends<ScheduleAt>