pub fn from_component_option<C>(
entity: impl Into<Entity> + Send + Sync + 'static,
) -> impl Signal<Item = Option<C>> + CloneExpand description
Creates a Signal from an Entity or LazyEntity and a Component, always
outputting an Option.