[][src]Type Definition newrelic::Result

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

A Result used by the New Relic library.