Type Definition lezeh_common::types::ResultAnyError

source ·
pub type ResultAnyError<T> = Result<T, Error>;