pub trait PredicateStorageRequirementswhere
Self: StorageRead<BlobData>,{
// Required method
fn storage_error_to_string(error: Self::Error) -> String;
}
Expand description
Storage requirements for predicates.
Required Methods§
sourcefn storage_error_to_string(error: Self::Error) -> String
fn storage_error_to_string(error: Self::Error) -> String
Converts the storage error to a string.
Object Safety§
This trait is not object safe.