func connect()

in MobiusCore/Source/Connectable.swift [28:32]


    func connect(_ consumer: @escaping Consumer<Output>) -> Connection<Input>
}

/// Type-erased wrapper for `Connectable`s
public struct AnyConnectable<Input, Output>: Connectable {