Skip to main content

get_config

Function get_config 

Source
pub fn get_config(key: &str) -> Option<String>
Expand description

Read a config value for this extension. Returns None if not found.

This call is synchronous: the host responds inline before returning from __oo_host_call, so block_on resolves in a single poll.