Type Definition migra::clients::AnyClient[][src]

type AnyClient = Box<dyn Client + 'static>;
Expand description

If you have complex application mechanics that allow users to choose which database they can use, then you will most likely need this helper for that.