notifications::utils

Function create_link_relaxed

Source
pub fn create_link_relaxed<T, E>(
    base_address: impl Into<AnyLinkableHash>,
    target_address: impl Into<AnyLinkableHash>,
    link_type: T,
    tag: impl Into<LinkTag>,
) -> ExternResult<()>
where ScopedLinkType: TryFrom<T, Error = E>, WasmError: From<E>,