Type Definition over::OverResult [] [src]

type OverResult<T> = Result<T, OverError>;

Result type for this crate.