Update doc comments

This commit is contained in:
Jazz Turner-Baggs 2026-04-28 15:52:09 -07:00
parent 4675e121ae
commit 78b085895c
No known key found for this signature in database

View File

@ -1,3 +1,6 @@
/// Service traits define the functionality which must be externally supplied by
/// platform clients. Platforms can alter the behaviour of the chat core by supplying
/// different implementations.
use std::{fmt::Debug, fmt::Display};
use crate::types::{AccountId, AddressedEnvelope};