fmt::formatter<folly::error_or_stopped>

fmt::format support for folly::error_or_stopped.

Synopsis

Declared in <folly/result/result.h>

template<>
struct formatter<folly::error_or_stopped>;

Member Functions

NameDescription
format Formats eos into the output of ctx.
parse Parses the format spec (which is empty for this type).