pub struct ChromeExtension;Expand description
The Roder Chrome browser-control extension. Registers the model-facing
chrome_* tools, bound to the live process browser bridge.
Implementations§
Trait Implementations§
Source§impl Default for ChromeExtension
impl Default for ChromeExtension
Source§impl RoderExtension for ChromeExtension
impl RoderExtension for ChromeExtension
fn manifest(&self) -> ExtensionManifest
fn install(&self, registry: &mut ExtensionRegistryBuilder) -> Result<()>
Auto Trait Implementations§
impl Freeze for ChromeExtension
impl RefUnwindSafe for ChromeExtension
impl Send for ChromeExtension
impl Sync for ChromeExtension
impl Unpin for ChromeExtension
impl UnsafeUnpin for ChromeExtension
impl UnwindSafe for ChromeExtension
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more