Struct gnuplot::CloseSentinel [−][src]
pub struct CloseSentinel { /* fields omitted */ }Expand description
A sentinel that represents a gnuplot waiting to close.
Implementations
Waits until the gnuplot process exits. See std::process::Child::wait.
Waits until the gnuplot process exits. See
std::process::Child::try_wait.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CloseSentinelimpl Send for CloseSentinelimpl Sync for CloseSentinelimpl Unpin for CloseSentinelimpl UnwindSafe for CloseSentinel