mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-08 07:56:55 -04:00
This method must be only visible to the current module, not from the upper/super module. Note: `pub(self)` is equivalent to no `pub` at all.