Skip to main content

DocumentedHandlerContract

Trait DocumentedHandlerContract 

Source
pub trait DocumentedHandlerContract {
    // Required method
    fn contract_profile() -> HandlerContractProfile
       where Self: Sized;
}
Expand description

Trait implemented by handlers that document their runtime contract.

Required Methods§

Implementors§