Skip to main content

IntoContext

Trait IntoContext 

Source
pub trait IntoContext {
    // Required method
    fn into_context(self) -> Context;
}
Expand description

Convenience trait for converting types into Context.

Required Methods§

Implementors§