Struct fmt_macros::ArgumentUnstable
[-] [+]
[src]
pub struct Argument<'a> { pub position: Position<'a>, pub format: FormatSpec<'a>, }
Representation of an argument specification.
Fields
position | Where to find this argument |
format | How to format the argument |