cargo_mobile2::bicycle

Type Alias CustomEscapeFn

source
pub type CustomEscapeFn = &'static (dyn Fn(&str) -> String + Send + Sync + 'static);