ScreenFailAction
public struct ScreenFailAction<Container> : ScreenAction where Container : ScreenContainer
Undocumented
-
Declaration
Swift
public typealias Output = Void
-
Undocumented
Declaration
Swift
public let error: Error
-
Undocumented
Declaration
Swift
public init(error: Error)
-
Declaration
Swift
public func perform( container: Container, navigator: ScreenNavigator, completion: @escaping Completion )