pub trait JmapChatExt { }Expand description
Extension trait adding JMAP Chat methods to JmapClient (from jmap-base-client).
Import this trait to use: use jmap_chat_client::JmapChatExt;
The impl JmapChatExt for JmapClient block will be added once jmap-base-client
is wired as a dependency (see PLAN.md “Key Design Decisions”, item 3).