Module robin::prelude [] [src]

Reexports the most commonly used types and traits from the other modules. As long as you're doing standard things this is the only use you'll need.

Re-exports

pub use job::Args;
pub use job::Job;
pub use job::JobName;
pub use job::JobResult;
pub use job::PerformJob;
pub use error::RobinResult;
pub use connection::establish;
pub use connection::LookupJob;
pub use connection::WorkerConnection;
pub use worker::boot;
pub use config::Config;
pub use robin_derives::*;
pub use macros::*;

Traits

Serialize

A data structure that can be serialized into any data format supported by Serde.