pub struct StorageFactory;
Expand description
ストレージバックエンドのファクトリ
Implementations§
Source§impl StorageFactory
impl StorageFactory
pub async fn create( backend: StorageBackend, ) -> Result<Arc<dyn WorkflowStore>, WorkflowError>
Auto Trait Implementations§
impl Freeze for StorageFactory
impl RefUnwindSafe for StorageFactory
impl Send for StorageFactory
impl Sync for StorageFactory
impl Unpin for StorageFactory
impl UnwindSafe for StorageFactory
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more