in sign/src/sign.rs [190:196]
fn from(iter: I) -> Self { Self( iter.into_iter() .map(|(k, v)| (k.into(), v.into())) .collect(), ) }