Struct dpdk_unix::DaemonizeCleanUpOnExit[][src]

pub struct DaemonizeCleanUpOnExit { /* fields omitted */ }

This object encapsulates a piece of behaviour to run on exit to ensure clean-up.

Currently it justs ensures that PID files are deleted.

Methods

impl DaemonizeCleanUpOnExit
[src]

Cleans up.

Trait Implementations

impl Debug for DaemonizeCleanUpOnExit
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations