pub fn entry_point<T: NamedCLTyped>(
name: &str,
description: &str,
is_mutable: bool,
arguments: Vec<Argument>,
) -> EntrypointExpand description
Creates a new entrypoint.
pub fn entry_point<T: NamedCLTyped>(
name: &str,
description: &str,
is_mutable: bool,
arguments: Vec<Argument>,
) -> EntrypointCreates a new entrypoint.