#[semi_transparent]
Expand description

Makes an item semi-transparent in module lists.

This is commonly used to denote an item that is unstable and could potentially change in the future, indicating to users that it is not very reliable.

To make an item semi-transparent, add this attribute before the item as follows:

#[doc_item::semi_transparent]
pub fn foo() {}