Type Definition parse_link_header::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

A Result alias where the Err case is parse_link_header::Error.