Trait janetrs::JanetExtend

source ·
pub trait JanetExtend<T> {
    // Required method
    fn extend(&mut self, collection: T);
}
Expand description

Trait that express the ability of a Janet collection to extend it with another collection.

Required Methods§

source

fn extend(&mut self, collection: T)

Implementors§