Skip to main content

RemoteToolGrantLashlangExt

Trait RemoteToolGrantLashlangExt 

Source
pub trait RemoteToolGrantLashlangExt {
    // Required methods
    fn with_lashlang_binding(
        self,
        lashlang_binding: LashlangToolBinding,
    ) -> Self;
    fn lashlang_binding(&self) -> Result<Option<LashlangToolBinding>, Error>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementations on Foreign Types§

Source§

impl RemoteToolGrantLashlangExt for RemoteToolGrant

Implementors§