1 2 3 4 5 6 7 8
use super::*; #[doc(hidden)] pub trait RuntimeName { const NAME: &'static str = ""; const RUNTIME_CLASS_NAME: imp::ConstBuffer = imp::ConstBuffer::from_slice(Self::NAME.as_bytes()); }