Skip to main content

NodeOwnerSgl

Trait NodeOwnerSgl 

Source
pub trait NodeOwnerSgl: SingletonGetter + 'static {
    type OwnerSpecDataInNode<T: EgglogTy, V: EgglogEnumVariantTy>: Default + Copy + Send + Sync;
}

Required Associated Types§

Source

type OwnerSpecDataInNode<T: EgglogTy, V: EgglogEnumVariantTy>: Default + Copy + Send + Sync

helpful when you want to append additional data to node specific to your NodeOwner

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§