Module cargo_tarpaulin::statemachine
source · Re-exports§
pub use linux::ProcessInfo;
Modules§
Enums§
- This enum represents a generic action for the process tracing API to take along with any form of ID or handle to the underlying thread or process i.e. a PID in Unix.
Traits§
- Tracing a process on an OS will have platform specific code. Structs containing the platform specific datastructures should provide this trait with an implementation of the handling of the given states.