Checkpoint
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
343c426307
commit
e4e9da7673
12 changed files with 280 additions and 210 deletions
|
@ -1,4 +1,5 @@
|
|||
use super::Platform;
|
||||
use crate::ScreenId;
|
||||
|
||||
pub struct TestPlatform;
|
||||
|
||||
|
@ -49,7 +50,7 @@ impl Platform for TestPlatform {
|
|||
todo!()
|
||||
}
|
||||
|
||||
fn screen_by_id(&self, _id: uuid::Uuid) -> Option<std::rc::Rc<dyn crate::PlatformScreen>> {
|
||||
fn screen_by_id(&self, _id: ScreenId) -> Option<std::rc::Rc<dyn crate::PlatformScreen>> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue