Type Definition hdi::prelude::ScopedLinkType

source ·
pub type ScopedLinkType = ScopedZomeType<LinkType>;
Expand description

A LinkType within the scope of the zome where it’s defined.

Trait Implementations§

source§

impl TryFrom<&SomeLinkTypes> for ScopedLinkType

§

type Error = WasmError

The type returned in the event of a conversion error.
source§

fn try_from(value: &SomeLinkTypes) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<SomeLinkTypes> for ScopedLinkType

§

type Error = WasmError

The type returned in the event of a conversion error.
source§

fn try_from(value: SomeLinkTypes) -> Result<Self, Self::Error>

Performs the conversion.