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 CloseSentinel
impl Send for CloseSentinel
impl Sync for CloseSentinel
impl Unpin for CloseSentinel
impl UnwindSafe for CloseSentinel