Function script::python::ffi_types::copr::parse::ret_parse_error

source ยท
pub(crate) fn ret_parse_error(
    reason: String,
    loc: Option<Location>,
) -> CoprParseSnafu<String, Option<Location>>
Expand description

Return a CoprParseSnafu for you to chain fail() to return correct err Result type