Constant kernel::error::VTABLE_DEFAULT_ERROR
source · pub const VTABLE_DEFAULT_ERROR: &str = "This function must not be called, see the #[vtable] documentation.";
Expand description
Error message for calling a default function of a #[vtable]
trait.