pub trait IsolateOptionsAdapter<'a> { // Provided method fn isolate(&self) -> (&'a str, Option<&'a str>, &'a str) where Self: Sized { ... } }
Adapter for IsolateOptions.
Do isolate.