export some builtin traits,
brightness conversion fails for invalid values, macros for wrapping attrs
This commit is contained in:
parent
bffc905261
commit
f4c7519658
21 changed files with 210 additions and 133 deletions
|
@ -1,11 +1,11 @@
|
|||
use crate::{
|
||||
commands::wrap_command, compression_code::CompressionCode,
|
||||
containers::bitvec::BitVec, macros::wrap_object,
|
||||
containers::bitvec::BitVec, macros::wrap_object_attr_wrapped,
|
||||
};
|
||||
use std::sync::Arc;
|
||||
|
||||
wrap_object!(BitVecCommand);
|
||||
wrap_command!(BitVecCommand);
|
||||
wrap_object_attr_wrapped!(BitVecCommand, bitvec, BitVec);
|
||||
|
||||
#[uniffi::export]
|
||||
impl BitVecCommand {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue