Skip to main content

CacheStorageExt

Trait CacheStorageExt 

Source
pub trait CacheStorageExt {
    // Required method
    fn default(&self) -> Cache;
}

Required Methods§

Source

fn default(&self) -> Cache

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl CacheStorageExt for CacheStorage

Source§

fn default(&self) -> Cache

Implementors§