Function serialize_open_params

Source
pub fn serialize_open_params<'a>(
    params: &[OpenParam<'_>],
    storage: &'a mut CString,
) -> Result<&'a CStr, Error>
Expand description

ยงSerialize the open parameter specification

This function can be used in SourcePlugin::list_open_params to describe the allowed values for the instance open parameters.

Note: this appears unused as of API version 3.4.0