rdkit_sys::ro_mol_ffi

Function get_bool_prop

source
pub fn get_bool_prop(
    atom: Pin<&Atom>,
    key: &CxxString,
) -> Result<bool, Exception>