//! Module containing helper types for static builder structs
use PhantomData;
/// Type indicating that some marker `T` has been set
;
/// Type indicating that some optional marker `T` has not been set
;
/// Type indicating that some required marker `T` has not been set
;