[][src]Type Definition parselnk::Result

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

Result type wrapping around parselnk::error::Error