in swift/Diffuser/Sources/Diffuser/fuser/Source.swift [28:33]
func connect(_ effect: @escaping Effect<A>) -> Fuser<A>.Disposable
}
/// `AnySource` creates a source when given a function that matches the type of the only function in `Source`'s
/// protocol.
public class AnySource<T>: Source {