pub trait ImplDetails: ImplBase + StorageDetails + ReferenceDetails + DebugReq { }
Expand description

Trait representing requirements for implementation details of the ContiguousMemoryStorage.

Implementors§

source§

impl<Impl: ImplBase + StorageDetails + ReferenceDetails + DebugReq> ImplDetails for Impl