pub trait ToAnySource: IsDisposed {
// 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.