pub fn register_data_command_endpoint(
endpoint: MStr<Endpoint>,
handler: TypedIntoHandler<DataCommand>,
)Expand description
Registers a data command handler at an endpoint (ownership-based).
pub fn register_data_command_endpoint(
endpoint: MStr<Endpoint>,
handler: TypedIntoHandler<DataCommand>,
)Registers a data command handler at an endpoint (ownership-based).