提交 248ec573 编写于 作者: C Christian Noon

Added missing docstring to Error typealias in ResponseSerializer protocol.

上级 b9184d4d
......@@ -30,6 +30,8 @@ import Foundation
public protocol ResponseSerializer {
/// The type of serialized object to be created by this `ResponseSerializer`.
typealias SerializedObject
/// The type of error to be created by this `ResponseSerializer` if serialization fails.
typealias Error: ErrorType
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册