[][src]Type Definition edid_rs::Result

type Result<T> = Result<T, &'static str>;

The type of parsing results.