Type Definition holochain_sqlite::error::DatabaseResult[][src]

pub type DatabaseResult<T> = Result<T, DatabaseError>;