Skip to main content

IntoAppRepository

Trait IntoAppRepository 

Source
pub trait IntoAppRepository {
    type AppRepository: AppRepository + 'static;

    // Required method
    fn into_app_repository(self) -> Self::AppRepository;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§