Skip to main content

State

Trait State 

Source
pub trait State: Sealed { }
Expand description

Trait to track each of the RepoBuilder building states.

This trait is sealed to make sure external users cannot implement the State crate with unexpected states.

Implementors§

Source§

impl<D: Pouf> State for Done<D>

Source§

impl<D: Pouf> State for Timestamp<D>