pub trait Buildable {
type Storage: AnyNodeStorage;
}Expand description
Marker trait implemented by any node reference type which can be built.
Required Associated Types§
Sourcetype Storage: AnyNodeStorage
type Storage: AnyNodeStorage
Underlying storage struct for the node type.