pub type SharedViewBuilder = Arc<RwLock<Option<ViewBuilder>>>;
Expand description
ViewBuilder
that can be shared between threads.
Innermost field is an Option, so it can be consumed for composite
.
Aliased Typeยง
struct SharedViewBuilder { /* private fields */ }