Skip to main content

AtActions

Type Alias AtActions 

Source
pub type AtActions<B> = Actions<<B as Behavior>::Addr, <B as Behavior>::Ph, AtSends<B>, <B as Behavior>::Birth>;

Aliased Type§

pub struct AtActions<B> {
    pub sends: SendProduct<<B as Behavior>::Sends, ServiceSends<ScheduleAt>>,
    pub creates: Vec<Create<<B as Behavior>::Addr, <<B as Behavior>::Birth as BirthMode>::Child>>,
    pub become_: Step<<B as Behavior>::Ph, Exit<<B as Behavior>::Addr>>,
}

Fields§

§sends: SendProduct<<B as Behavior>::Sends, ServiceSends<ScheduleAt>>§creates: Vec<Create<<B as Behavior>::Addr, <<B as Behavior>::Birth as BirthMode>::Child>>§become_: Step<<B as Behavior>::Ph, Exit<<B as Behavior>::Addr>>