pub struct VoltEnvironment {}
Expand description

Helper struct abstracting environment variables names used in lapce to provide revelant host environment information, so plugin maintainers don’t have to hardcode specific variable names

Implementations§

Plugin location path encoded as Url

Operating system name as provided by std::env::consts::OS

Processor architecture name as provided by std::env::consts::ARCH

C library used on host detected by parsing ldd output provided because of musl-based linux distros and distros that need statically linked binaries due to how linking works (e.g. nixOS) Currently only 2 options are available: glibc | musl This function will return empty string on non-linux hosts

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more