pub trait ArgumentExt { // Required method fn to_source(&self) -> String; }
Extension trait for Argument to add source reconstruction
Reconstruct the source text for this argument