[][src]Type Definition rust_transit::EventResult

type EventResult<T> = Result<T, EventError>;

Type alias for a Result that can return an EventError