Skip to main content

LinkableSchemaWrapper

Trait LinkableSchemaWrapper 

Source
pub trait LinkableSchemaWrapper<S>: SchemaWrapper<S>{
    // Required methods
    fn link_to(&self) -> Result<Option<ContractId>, LinkError>;
    fn link_from(&self) -> Result<Option<ContractId>, LinkError>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§