Module deadpool::managed::sync::reexports

source ·
👎Deprecated since 0.9.1: This module has been deprecated in favor of the dedicated deadpool-sync utility crate.
Expand description

This module contains all things that should be reexported by backend implementations in order to avoid direct dependencies on the deadpool crate itself.

This module is the variant that should be used by sync backends.

Crates based on deadpool::managed::sync should include this line:

pub use deadpool::managed::sync::reexports::*;
deadpool::managed_reexports!(
    "name_of_crate",
    Manager,
    Object<Manager>,
    Error,
    ConfigError
);

Re-exports§