Type Definition holochain_types::app::error::AppResult[][src]

pub type AppResult<T> = Result<T, AppError>;