[][src]Type Definition tracers_core::ProviderInitResult

type ProviderInitResult = Result<&'static str, &'static str>;

The result of a provider init is either a string with some free-form details about the provider, or a string indicating the error which prevented the provider from initializing

On success, the string takes the form:

$PROVIDER_NAME::$IMPLEMENTATION::$VERSION

for example:

my_provider::native/native_noop::0.1.0