Searched refs:CustomCodeMemory (Results 1 – 4 of 4) sorted by relevance
9 impl CustomCodeMemory for CustomCodePublish {
35 custom_code_memory: Option<Arc<dyn CustomCodeMemory>>,84 pub trait CustomCodeMemory: Send + Sync { trait
5 pub use crate::runtime::code_memory::CustomCodeMemory;809 pub(crate) fn custom_code_memory(&self) -> Option<&Arc<dyn CustomCodeMemory>> { in custom_code_memory() argument
29 pub use crate::runtime::code_memory::CustomCodeMemory;163 pub(crate) custom_code_memory: Option<Arc<dyn CustomCodeMemory>>,1587 custom_code_memory: Option<Arc<dyn CustomCodeMemory>>, in with_custom_code_memory() argument