Type Definition lib::common::types::ResultAnyError

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