Struct uniffi_bindgen::bindings::kotlin::gen_kotlin::KotlinBindingGenerator
source · pub struct KotlinBindingGenerator;
Trait Implementations§
source§impl BindingGenerator for KotlinBindingGenerator
impl BindingGenerator for KotlinBindingGenerator
source§fn write_bindings(
&self,
ci: &ComponentInterface,
config: &Config,
out_dir: &Utf8Path,
try_format_code: bool
) -> Result<()>
fn write_bindings( &self, ci: &ComponentInterface, config: &Config, out_dir: &Utf8Path, try_format_code: bool ) -> Result<()>
Writes the bindings to the output directory Read more
Auto Trait Implementations§
impl RefUnwindSafe for KotlinBindingGenerator
impl Send for KotlinBindingGenerator
impl Sync for KotlinBindingGenerator
impl Unpin for KotlinBindingGenerator
impl UnwindSafe for KotlinBindingGenerator
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more