Bindings
-
Describes a source which can be bound.
Declaration
Swift
public protocol BindingSource : SignalProducerConvertible where Self.Error == Never
-
A binding target that can be used with the
See more<~
operator.Declaration
Swift
public struct BindingTarget<Value> : BindingTargetProvider
-
Describes an entity which be bond towards.
See moreDeclaration
Swift
public protocol BindingTargetProvider