Skip to main content

register_tc_scheme

Macro register_tc_scheme 

Source
macro_rules! register_tc_scheme {
    ($scheme:ident) => { ... };
}
Expand description

Submit a scheme implementation to the link-time registry.

use confium_tc::register_tc_scheme;
use confium_tc::registry::{TcScheme, TcSchemeKind};
use confium_tc::{SessionImpl, SessionParams};
register_tc_scheme!(MyScheme);