pub struct Session(/* private fields */);Expand description
The execution context for a Tokel expansion.
This struct holds the active Registry and is responsible for evaluating
TokelStreams. By default, it is pre-loaded with Tokel’s standard built-in
transformers, but it can be customized or strictly sandboxed as needed.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Session
impl !RefUnwindSafe for Session
impl !Send for Session
impl !Sync for Session
impl Unpin for Session
impl UnsafeUnpin for Session
impl !UnwindSafe for Session
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more