Type Definition eetf::pattern::Result [] [src]

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