Type Definition byteseeker::Result[][src]

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

A type alias for Result<T, byteSeeker::Error>.

This result type embeds the error type in this crate.