[][src]Type Definition dynfmt::ArgumentResult

type ArgumentResult<'f> = Result<ArgumentSpec<'f>, Error<'f>>;

The result returned for each element of Format::iter_args.