Skip to main content

ApiService

Trait ApiService 

Source
pub trait ApiService: Prove { }

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<T> ApiService for T
where T: Prove,