pub fn run_with_token<I, T>(
args: I,
cancel_token: Option<CancellationToken>,
) -> Result<()>Expand description
Runs the SL animation with a cancellation token.
pub fn run_with_token<I, T>(
args: I,
cancel_token: Option<CancellationToken>,
) -> Result<()>Runs the SL animation with a cancellation token.