Skip to main content

signal_collection_to_base

Function signal_collection_to_base 

pub fn signal_collection_to_base<'r, 'c, C, Derived>(
    derived: &'r <Derived as WithSignals>::SignalCollection<'c, C>,
) -> &'r <<Derived as GodotClass>::Base as WithSignals>::SignalCollection<'c, C>
where C: WithSignals, Derived: WithSignals, <Derived as GodotClass>::Base: WithSignals,