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.
pub fn get_by_name(name: impl ToString) -> Option<OutputHandle>
Gets a handle to the output with the given name.
By “name”, we mean the name of the connector the output is connected to.