AccessKit / accesskit

UI accessibility infrastructure across platforms and programming languages
BSD 3-Clause "New" or "Revised" License
991 stars 48 forks source link

refactor: Fix `accesskit_atspi_common::NodeWrapper` methods visibility #399

Closed DataTriny closed 2 months ago

DataTriny commented 2 months ago

Applies the pub(crate) visibility qualifier to all methods of this type to make it clear that none are publicly accessible.