[][src]Type Definition ed::Result

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

A Result bound to the standard ed error type.