pub fn insufficient_buffer(message: &str) -> PluginErrorExpand description
Convenience used by macro-generated code to surface a buffer-too-small
condition as a PluginError without repeating the boilerplate at
every call site.
pub fn insufficient_buffer(message: &str) -> PluginErrorConvenience used by macro-generated code to surface a buffer-too-small
condition as a PluginError without repeating the boilerplate at
every call site.