Skip to main content

ShellContext

Trait ShellContext 

Source
pub trait ShellContext:
    Send
    + Sync
    + Any { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<T: Send + Sync + Any> ShellContext for T