run_builder_source_0_1

Function run_builder_source_0_1 

Source
pub fn run_builder_source_0_1<TYPES, Source>(
    url: Url,
    change_receiver: Receiver<BuilderChange>,
    source: Source,
)
where TYPES: NodeType, <TYPES as NodeType>::InstanceState: Default, Source: Clone + Send + Sync + ReadState + 'static, <Source as ReadState>::State: Sync + Send + BuilderDataSource<TYPES>,
Expand description

Construct a tide disco app that mocks the builder API 0.1.

ยงPanics

If constructing and launching the builder fails for any reason