[−][src]Function pconvert_rust::pymodule::utils::build_algorithm
pub fn build_algorithm(algorithm: &String) -> Result<BlendAlgorithm, PyErr>
Attempts to parse a &String to a BlendAlgorithm.
Returns the enum variant if it succeeds. Otherwise it returns a PyErr.