pub fn find_concrete_component(
type_name: &str,
) -> Option<&'static ConcreteComponentRegistration>Expand description
Look up a concrete by TYPE_NAME. None when unregistered in
this binary.
pub fn find_concrete_component(
type_name: &str,
) -> Option<&'static ConcreteComponentRegistration>Look up a concrete by TYPE_NAME. None when unregistered in
this binary.