Enum flutter_rust_bridge::handler::FfiCallMode
source · [−]pub enum FfiCallMode {
Normal,
Sync,
Stream,
}
Variants
Normal
Sync
Stream
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FfiCallMode
impl Send for FfiCallMode
impl Sync for FfiCallMode
impl Unpin for FfiCallMode
impl UnwindSafe for FfiCallMode
Blanket Implementations
Mutably borrows from an owned value. Read more