RuntimeAdapter

Trait RuntimeAdapter 

Source
pub trait RuntimeAdapter:
    Send
    + Sync
    + 'static {
    // Required method
    fn runtime_name() -> &'static str
       where Self: Sized;
}
Expand description

Core runtime adapter trait - provides identity

Required Methods§

Source

fn runtime_name() -> &'static str
where Self: Sized,

Implementors§