Struct ast_grep_napi::FindConfig
source · pub struct FindConfig {
pub paths: Vec<String>,
pub matcher: NapiConfig,
}
Fields§
§paths: Vec<String>
§matcher: NapiConfig
Trait Implementations§
source§impl FromNapiValue for FindConfig
impl FromNapiValue for FindConfig
source§impl ToNapiValue for FindConfig
impl ToNapiValue for FindConfig
source§unsafe fn to_napi_value(env: napi_env, val: FindConfig) -> Result<napi_value>
unsafe fn to_napi_value(env: napi_env, val: FindConfig) -> Result<napi_value>
Safety Read more