mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-07-26 03:19:21 +02:00
with objects
This commit is contained in:
@@ -1 +1,7 @@
|
||||
pub struct Scalar(String);
|
||||
|
||||
pub struct Boolean(bool);
|
||||
|
||||
pub struct Int(isize);
|
||||
|
||||
pub trait Input {}
|
||||
|
Reference in New Issue
Block a user