Type Definition oo_bindgen::model::BindResult

source ·
pub type BindResult<T> = Result<T, BindingError>;