Type Definition ocypod::models::OcyResult

source ·
pub type OcyResult<T> = Result<T, OcyError>;
Expand description

Result type used throughout the application.