mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
wip: port: make device
This commit is contained in:
parent
447638ee71
commit
cb7e4f7a95
31 changed files with 602 additions and 865 deletions
|
|
@ -14,7 +14,7 @@ pub struct Pool {
|
|||
}
|
||||
from_dsl!(BrowserCommand: |state: Pool, iter|Ok(state.browser
|
||||
.as_ref()
|
||||
.map(|p|FromDsl::take_from(p, iter))
|
||||
.map(|p|Namespace::take_from(p, iter))
|
||||
.transpose()?
|
||||
.flatten()));
|
||||
impl Default for Pool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue