Skip to main content

arrival_core/
arg.rs

1pub trait Arg {
2    fn to_string(&self) -> String;
3}