[][src]Type Definition bracket::helper::ValueResult

type ValueResult = Result<Option<Value>, Error>;

The result type that helpers should return.