[][src]Type Definition lapin::Result

type Result<T> = Result<T, Error>;

A std Result with a lapin::Error error type