Skip to main content

StorageManagerMethods

Trait StorageManagerMethods 

Source
pub(crate) trait StorageManagerMethods<D>
where D: DomTypes,
{ // Required methods fn Persisted( &self, realm: &mut CurrentRealm<'_>, ) -> Rc<<D as DomTypes>::Promise>; fn Persist( &self, realm: &mut CurrentRealm<'_>, ) -> Rc<<D as DomTypes>::Promise>; fn Estimate( &self, realm: &mut CurrentRealm<'_>, ) -> Rc<<D as DomTypes>::Promise>; }

Required Methods§

Source

fn Persisted( &self, realm: &mut CurrentRealm<'_>, ) -> Rc<<D as DomTypes>::Promise>

Source

fn Persist(&self, realm: &mut CurrentRealm<'_>) -> Rc<<D as DomTypes>::Promise>

Source

fn Estimate(&self, realm: &mut CurrentRealm<'_>) -> Rc<<D as DomTypes>::Promise>

Implementors§