[#fmt-formatter-07b] = xref:fmt.adoc[fmt]::formatter<xref:folly/error_or_stopped.adoc[folly::error_or_stopped]> :relfileprefix: ../ :mrdocs: `fmt::format` support for `folly::error_or_stopped`. == Synopsis Declared in `<folly/result/result.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct formatter<xref:folly/error_or_stopped.adoc[folly::error_or_stopped]>; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:fmt/formatter-07b/format.adoc[`format`] | Formats `eos` into the output of `ctx`. | xref:fmt/formatter-07b/parse.adoc[`parse`] | Parses the format spec (which is empty for this type). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#