rdkit_sys::ro_mol_ffi

Function smiles_to_mol_with_params

source
pub fn smiles_to_mol_with_params(
    smi: &CxxString,
    params: &SharedPtr<SmilesParserParams>,
) -> Result<SharedPtr<ROMol>, Exception>