pub trait ExternalMemory: Debug {
type ExternalMemoryError: Debug + Display + Eq + PartialEq;
}
Required Associated Types§
Object Safety§
This trait is not object safe.
pub trait ExternalMemory: Debug {
type ExternalMemoryError: Debug + Display + Eq + PartialEq;
}