autocommit 2022-01-02 20:11:25 CET
This commit is contained in:
parent
c21f231ce7
commit
fc887b339e
29 changed files with 672 additions and 197 deletions
|
|
@ -12,9 +12,9 @@ macro_rules! handle_request {
|
|||
($oname:ty) => {
|
||||
impl crate::object::ObjectHandleRequest for $oname {
|
||||
fn handle_request<'a>(
|
||||
&'a self,
|
||||
self: std::rc::Rc<Self>,
|
||||
request: u32,
|
||||
parser: crate::utils::buffd::WlParser<'a, 'a>,
|
||||
parser: crate::utils::buffd::MsgParser<'a, 'a>,
|
||||
) -> std::pin::Pin<
|
||||
Box<dyn std::future::Future<Output = Result<(), crate::client::ClientError>> + 'a>,
|
||||
> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue