A trait that given a storage path of a struct, generates the storage node of this struct.

Signature

pub trait StorageNode

Trait functions

storage_node

Signature

fn storage_node(self: StoragePath) -> StorageNodeNodeType

Trait types

NodeType

Signature

type NodeType;