doc fixes

This commit is contained in:
2023-01-03 13:02:12 +01:00
parent 985dca351a
commit a952a8405f
9 changed files with 83 additions and 82 deletions

View File

@ -12,7 +12,7 @@ use std::vec::Vec;
/// be declared upfront. This avoids dynamic allocation during run-time. The user can specify a TC
/// receiver in form of a special trait object which implements [ReceivesTc]. Please note that the
/// receiver should copy out the received data if it the data is required past the
/// [ReceivesTc::pass_tc] call.
/// [ReceivesTcCore::pass_tc] call.
///
/// # Examples
///