find_
msvc_
tools
0.1.6
EnvGetter
Required Methods
get_env
Implementors
In crate find_
msvc_
tools
find_msvc_tools
Trait
EnvGetter
Copy item path
Source
pub trait EnvGetter { // Required method fn
get_env
(&self, name: &'static
str
) ->
Option
<
Env
>; }
Required Methods
§
Source
fn
get_env
(&self, name: &'static
str
) ->
Option
<
Env
>
Implementors
§