New macro system and stdlib additions
This commit is contained in:
@@ -4,7 +4,7 @@ use std::future::Future;
|
||||
use super::coding::Coding;
|
||||
use crate::helpers::enc_vec;
|
||||
|
||||
pub trait Request: fmt::Debug + Coding + Sized + 'static {
|
||||
pub trait Request: fmt::Debug + Sized + 'static {
|
||||
type Response: fmt::Debug + Coding + 'static;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user