(&mut self, content: impl Into<String>)
| 307 | #[cfg_attr(doc, doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/tests/snapshots/doc/fmt__hookcontext_emit.snap")))] |
| 308 | /// </pre> |
| 309 | pub fn push_appendix(&mut self, content: impl Into<String>) { |
| 310 | self.inner_mut().extra_mut().appendix.push(content.into()); |
| 311 | } |
| 312 | |
| 313 | /// Add a new entry to the body. |
| 314 | /// |