Function interoptopus::non_service_functions[][src]

pub fn non_service_functions(library: &Library) -> Vec<&Function>
Expand description

Returns all functions not belonging to a service pattern.

Useful in backends like Python that can fully encapsulate services and should not expose their raw methods in the main namespace.