Skip to main content

arrival_core/
target.rs

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