Skip to main content

struct_input/
common.rs

1pub trait StructInputTrait {
2    async fn from_input() -> Self;
3}