Function proto::create_global_shim

source ·
pub fn create_global_shim<'tool, C>(
    proto: &ProtoEnvironment,
    context: C,
    find_only: bool
) -> Result<PathBuf, Report>where
    C: AsRef<ShimContext<'tool>>,