component_debug::cli::collection

Function collection_show_cmd

Source
pub async fn collection_show_cmd<W: Write>(
    query: String,
    realm_query: RealmQueryProxy,
    writer: W,
) -> Result<()>