it: test subsurface positioning
This commit is contained in:
parent
fd027d9a5a
commit
cbf539cbcc
17 changed files with 291 additions and 9 deletions
|
|
@ -1,6 +1,7 @@
|
|||
use {
|
||||
crate::{client::ClientError, utils::buffd::MsgParser, wire::WlDisplayId},
|
||||
std::{
|
||||
any::Any,
|
||||
fmt::{Display, Formatter},
|
||||
rc::Rc,
|
||||
},
|
||||
|
|
@ -31,6 +32,7 @@ impl Display for ObjectId {
|
|||
|
||||
pub trait ObjectBase {
|
||||
fn id(&self) -> ObjectId;
|
||||
fn into_any(self: Rc<Self>) -> Rc<dyn Any>;
|
||||
fn handle_request(
|
||||
self: Rc<Self>,
|
||||
request: u32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue