pub fn result_class(name: &str, ok_type: &str, err_type: &str) -> String
Expand description

Creates a class that maps onto the Rust Result<T, E> object. The ownership depends on the source from which the object is created.