pub trait SourceFor<DB: Database>: Source<Family = DB::Family, Op = DB::Op, Digest = DB::Digest> + 'static { }Expand description
A Source of operations for the given database.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".