We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents faa03b0 + d4eab25 commit bdf89c4Copy full SHA for bdf89c4
godot-core/src/obj/traits.rs
@@ -36,7 +36,7 @@ where
36
37
/// Globally unique class ID, linked to the name under which the class is registered in Godot.
38
///
39
- /// The name may deviate from the Rust struct name: `HttpRequest::class_id().as_str() == "HTTPRequest"`.
+ /// The name may deviate from the Rust struct name: `HttpRequest::class_id().to_cow_str() == "HTTPRequest"`.
40
fn class_id() -> ClassId;
41
42
#[deprecated = "Renamed to `class_id()`"]
0 commit comments