1 | #[doc(hidden)] |
---|---|
2 | pub trait RuntimeName { |
3 | // TODO: needs to use ConstBuffer like RuntimeType to allow generic interfaces to have names for GetRuntimeClassName |
4 | const NAME: &'static str = ""; |
5 | } |
6 |
1 | #[doc(hidden)] |
---|---|
2 | pub trait RuntimeName { |
3 | // TODO: needs to use ConstBuffer like RuntimeType to allow generic interfaces to have names for GetRuntimeClassName |
4 | const NAME: &'static str = ""; |
5 | } |
6 |