Function display_entrypoints

Source
pub fn display_entrypoints<'a, E>(entrypoints: &'a [&'a E]) -> Entrypoints<'a>
where E: Entrypoint,