mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-12 04:59:27 +00:00
Update doc comments
This commit is contained in:
parent
4675e121ae
commit
78b085895c
@ -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};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user