Trait cex::result::OkError[][src]

pub trait OkError {
    type Ok;
    type Error;
}

Get Ok type and Err type of a Result.

Associated Types

Loading content...

Implementations on Foreign Types

impl<T, E> OkError for Result<T, E>[src]

type Ok = T

type Error = E

Loading content...

Implementors

Loading content...