Type Definition holochain_state::prelude::DatabaseResult[][src]

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