1
2
pub struct PropertyNotSet;
pub struct PropertyToBeSet<T>(pub T);