Struct emacs::CallEnv[][src]

pub struct CallEnv { /* fields omitted */ }

Like Env, but is available only in exported functions. This has additional methods to handle arguments passed from Lisp code.

Methods

impl CallEnv
[src]

Important traits for &'a [u8]

Important traits for Vec<u8>

Methods from Deref<Target = Env>

Trait Implementations

impl HandleCall for CallEnv
[src]

impl Deref for CallEnv
[src]

This allows Env's methods to be called on a CallEnv.

The resulting type after dereferencing.

Dereferences the value.

impl Debug for CallEnv
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for CallEnv

impl !Sync for CallEnv