pub fn either_attribute_arg<T: ToTokens>(
    a: Option<T>,
    b: Option<T>
) -> Result<Option<T>>