[][src]Function bm_le::utils::mix_in_type

pub fn mix_in_type<T, DB: WriteBackend>(
    value: &T,
    db: &mut DB,
    ty: usize
) -> Result<<DB::Construct as Construct>::Value, Error<DB::Error>> where
    T: IntoTree,
    DB::Construct: CompatibleConstruct

Mix in type.