Function rusty_bind_parser::cpp::templates::create_primitive_exception_class
source · pub fn create_primitive_exception_class<'a>(
exception: &impl Display,
err_name: &impl Display,
custom_methods: impl Iterator<Item = &'a Function>
) -> String
Expand description
Creates exception class for an error variant of primitive enum that may be returned from rust