Trait dharitri_wasm::api::LogApi

source ·
pub trait LogApi {
    type LogApiImpl: LogApiImpl;

    // Required method
    fn log_api_impl() -> Self::LogApiImpl;
}

Required Associated Types§

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§