/*
* Copyright (c) godot-rust; Bromeon and contributors.
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
//! Metadata types for property and method registration.
//!
//! Provides Rust mappings of types used for GDExtension registration of properties, methods and their type metadata.
//! See also [`meta::shape`](crate::meta::shape) for the static type description of those.
pub use MethodInfo;
pub use ParamMetadata;
pub use ;
pub use crater#;