Struct git_tempfile::registration::Closed [−][src]
pub struct Closed;
Expand description
Marker to signal the Registration is a closed file that consumes no additional process resources.
It can’t ever be written to unless reopened after persisting it.
Auto Trait Implementations
impl RefUnwindSafe for Closed
impl UnwindSafe for Closed