Error Set GetEnvMapError [src]

Errors

OutOfMemory
Unexpected

WASI-only. environ_sizes_get or environ_get failed for an unexpected reason.

Source

pub const GetEnvMapError = error{ OutOfMemory, /// WASI-only. `environ_sizes_get` or `environ_get` /// failed for an unexpected reason. Unexpected, }