Skip to main content

ContextExt

Trait ContextExt 

Source
pub trait ContextExt {
    // Required method
    fn from_events(events: &[SessionEvent]) -> Self
       where Self: Sized;
}

Required Methods§

Source

fn from_events(events: &[SessionEvent]) -> Self
where Self: Sized,

Implementations on Foreign Types§

Source§

impl ContextExt for Context

Source§

fn from_events(events: &[SessionEvent]) -> Self

Implementors§