Struct usiagent::player::ConsolePeriodicallyInfo [−][src]
pub struct ConsolePeriodicallyInfo { /* fields omitted */ }
Implementations
Trait Implementations
fn start<F, L>(
self,
interval: u64,
info_generator: F,
on_error_handler: &Arc<Mutex<OnErrorHandler<L>>>
) -> PeriodicallyInfoSender where
F: FnMut() -> Vec<UsiInfoSubCommand> + Send + 'static,
L: Logger + Send + 'static,
fn start<F, L>(
self,
interval: u64,
info_generator: F,
on_error_handler: &Arc<Mutex<OnErrorHandler<L>>>
) -> PeriodicallyInfoSender where
F: FnMut() -> Vec<UsiInfoSubCommand> + Send + 'static,
L: Logger + Send + 'static,
送信するコマンドの生成用コールバックの登録と共に送信開始 Read more
Auto Trait Implementations
impl RefUnwindSafe for ConsolePeriodicallyInfo
impl Send for ConsolePeriodicallyInfo
impl Sync for ConsolePeriodicallyInfo
impl Unpin for ConsolePeriodicallyInfo
impl UnwindSafe for ConsolePeriodicallyInfo
Blanket Implementations
Mutably borrows from an owned value. Read more