describe_entrypoints

Function describe_entrypoints 

Source
pub fn describe_entrypoints<'a, C, Cv>(
    chunks: C,
    entrypoint_name: &'a str,
    entrypoints: Entrypoints<'_>,
) -> Result<EntrypointDescription<'a>, EntrypointDescriptionError>
where C: Chunks<Cv>, Cv: Chunk,