Skip to content

Commit

Permalink
Document Interface::IID (#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Apr 12, 2024
1 parent bedd359 commit 5b73aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libs/core/src/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub unsafe trait Interface: Sized + Clone {
#[doc(hidden)]
type Vtable;

#[doc(hidden)]
/// The `GUID` associated with the interface.
const IID: GUID;

#[doc(hidden)]
Expand Down

0 comments on commit 5b73aea

Please sign in to comment.