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.

Implementors§