[−][src]Trait glsp_engine::IntoElement
A type which can be stored in a deque.
Types which implement IntoElement<Slot> can be stored in an Arr or a
Deque. This has a blanket implementation for any type which implements
ToVal.
Types which implement IntoElement<char> can be stored in a Str. This is
implemented for char, Val, and shared and mutable references to those types.
This trait is sealed. It's not possible to implement this trait for your own types.
Implement ToVal instead.