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.

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.