pub trait FetchRuntimeCode { fn fetch_runtime_code(&self) -> Option<Cow<'_, [u8]>>; }
Something that can fetch the runtime :code.
:code
Fetch the runtime :code.
If the :code could not be found/not available, None should be returned.
None