[][src]Type Definition punt::Result

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

Shorthand for a Result with the crate's own Error type.