Type Definition gflags::custom::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Result of parsing a flag value.

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