//! Error types for application setup and messaging.
use io;
use Error;
use crateCodecError;
/// Errors produced when sending a handler response over a stream.
/// Result type used throughout the builder API.
pub type Result<T> = crateResult;