Function get_by_name

Source
pub fn get_by_name(name: impl ToString) -> Option<OutputHandle>
Expand description

Gets a handle to the output with the given name.

By “name”, we mean the name of the connector the output is connected to.