Type Definition trek::Result [] [src]

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

A type alias for the result type used by most of the methods in this crate's API.