//! Traits for process tree storage backends.
//!
//! Implement `ProcessStore` to provide your own storage
//! (e.g., moka cache, Redis, dashmap) while reusing the process tree
//! algorithms in [`crate::ops`].
use crateProcessInfo;
/// Trait for process tree storage.
///
/// Implement this trait to provide your own storage backend.