Struct system_service::Context [] [src]

pub struct Context { /* fields omitted */ }

A context passed to Application::run_once

Gives the application control over when to execute certain operations like signal handling.

Methods

impl Context
[src]

[src]

Trait Implementations

Auto Trait Implementations

impl Send for Context

impl Sync for Context