pub async fn get_indexer(
    conn: &mut IndexerConnection,
    namespace: &str,
    identifier: &str
) -> Result<Option<RegisteredIndexer>>
Expand description

Return the given indexer if it’s already been registered.