pub type ApplyResult<T> = Result<T, ApplyError>;Expand description
Result alias for apply-layer entry points.
Aliased Type§
pub enum ApplyResult<T> {
Ok(T),
Err(ApplyError),
}pub type ApplyResult<T> = Result<T, ApplyError>;Result alias for apply-layer entry points.
pub enum ApplyResult<T> {
Ok(T),
Err(ApplyError),
}