-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
impl Service
の方針をスッキリさせる
#245
Comments
#233 (comment) 逆で, 1-tupleの実装は消す |
impl<S> Service<Request> for Handler<S>
where S: Service<Event, Error = crate::Error>
{ type Error = crate::Error; }
impl<S, F> Service<Event> for OnPing<S, F>
where
S: Service<PingPayload>,
S::Error: Into<Box<dyn StdError>>,
F: Service<Event, Error = crate::Error>,
{ type Error = crate::Error; }
impl Service<Event> for Sink { type Error = crate::Error; } |
|
Merged
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: