fmt::format support for folly::error_or_stopped.

Synopsis

Declared in <folly/result/result.h>

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

Member Functions

Name

Description

format

Formats eos into the output of ctx.

parse

Parses the format spec (which is empty for this type).

Created with MrDocs