Struct grid_sdk::store::StoreFactoryCreationError [−][src]
pub struct StoreFactoryCreationError(pub String);
Expand description
Errors raised by trying to create a StoreFactory
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StoreFactoryCreationErrorimpl Send for StoreFactoryCreationErrorimpl Sync for StoreFactoryCreationErrorimpl Unpin for StoreFactoryCreationErrorimpl UnwindSafe for StoreFactoryCreationError