Skip to main content

IsolateOptionsAdapter

Trait IsolateOptionsAdapter 

Source
pub trait IsolateOptionsAdapter<'a> {
    // Provided method
    fn isolate(&self) -> (&'a str, Option<&'a str>, &'a str)
       where Self: Sized { ... }
}
Expand description

Adapter for IsolateOptions.

Provided Methods§

Source

fn isolate(&self) -> (&'a str, Option<&'a str>, &'a str)
where Self: Sized,

Do isolate.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§