Struct fmt_macros::Argument[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 |
pub struct Argument<'a> {
pub position: Position<'a>,
pub format: FormatSpec<'a>,
}Representation of an argument specification.
position | Where to find this argument |
format | How to format the argument |
impl<'a> PartialEq for Argument<'a>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).