react/__private/
required_prop.rs

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