blob: c6af26ae61b0cc92ce027533737e1e5bede15fd8 [file] [log] [blame]
#[doc(hidden)]
pub trait RuntimeName {
// TODO: needs to use ConstBuffer like RuntimeType to allow generic interfaces to have names for GetRuntimeClassName
const NAME: &'static str = "";
}