Type Definition admerge::Result[][src]

type Result<T> = StdResult<T, ErrorKind>;

A type alias for Result<T, ErrorKind>.