Type Definition addr::Result[][src]

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

Custom result type