mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-04 14:53:25 +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