Type Definition tsukuyomi::endpoint::ApplyResult

source ·
pub type ApplyResult<T, E> = Result<<E as Endpoint<T>>::Future, (T, ApplyError)>;