Type Definition gflags::custom::Result[][src]

type Result<T> = Result<T, Error>;

Result of parsing a flag value.

This is the result type returned by Value::parse.