[][src]Function epkard::run

pub fn run<'a, N, F>(
    start: N,
    state: &'a mut N::State,
    frontend: &'a mut F
) -> RunBuilder<'a, N, F> where
    N: Node,
    F: Frontend

Run the narrative starting at the given Node and state