pub type ReceiveTimeoutActions<B> = Actions<<B as Behavior>::Addr, <B as Behavior>::Ph, ReceiveTimeoutSends<B>, <B as Behavior>::Birth>;Aliased Type§
pub struct ReceiveTimeoutActions<B> {
pub sends: SendProduct<<B as Behavior>::Sends, ServiceSends<ScheduleAfter>>,
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<ScheduleAfter>>§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>>