Struct sp_io::offchain_index::HostFunctions
source · pub struct HostFunctions;
Expand description
Provides implementations for the extern host functions.
Trait Implementations§
source§impl HostFunctions for HostFunctions
impl HostFunctions for HostFunctions
source§fn host_functions() -> Vec<&'static dyn Function>
fn host_functions() -> Vec<&'static dyn Function>
Returns the host functions
Self
provides.source§fn register_static<T>(registry: &mut T) -> Result<(), T::Error>where
T: HostFunctionRegistry,
fn register_static<T>(registry: &mut T) -> Result<(), T::Error>where T: HostFunctionRegistry,
Statically registers the host functions.
Auto Trait Implementations§
impl RefUnwindSafe for HostFunctions
impl Send for HostFunctions
impl Sync for HostFunctions
impl Unpin for HostFunctions
impl UnwindSafe for HostFunctions
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T, Outer> IsWrappedBy<Outer> for Twhere
Outer: AsRef<T> + AsMut<T> + From<T>,
T: From<Outer>,
impl<T, Outer> IsWrappedBy<Outer> for Twhere Outer: AsRef<T> + AsMut<T> + From<T>, T: From<Outer>,
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<S, T> UncheckedInto<T> for Swhere
T: UncheckedFrom<S>,
impl<S, T> UncheckedInto<T> for Swhere T: UncheckedFrom<S>,
source§fn unchecked_into(self) -> T
fn unchecked_into(self) -> T
The counterpart to
unchecked_from
.