Struct postcard_bindgen_core::ExportStrings
source · Expand description
Helper struct to pass the generated language strings to an export function.
Fields
js_file: Stringts_file: StringAuto Trait Implementations
impl RefUnwindSafe for ExportStrings
impl Send for ExportStrings
impl Sync for ExportStrings
impl Unpin for ExportStrings
impl UnwindSafe for ExportStrings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more