collection_show_cmd

Function collection_show_cmd 

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