Type Definition finchers::endpoint::error::ApplyResult [−][src]
type ApplyResult<T> = Result<T, ApplyError>;
A type alias of Result<T, E> with the error type fixed at ApplyError.
type ApplyResult<T> = Result<T, ApplyError>;
A type alias of Result<T, E> with the error type fixed at ApplyError.