Trait reactive_graph::graph::ToAnySource
source · pub trait ToAnySource {
// Required method
fn to_any_source(&self) -> AnySource;
}Expand description
Abstracts over the type of any reactive source.
Required Methods§
sourcefn to_any_source(&self) -> AnySource
fn to_any_source(&self) -> AnySource
Converts this type to its type-erased equivalent.