Trait quackdb_internal::value::AppendParam
source · pub unsafe trait AppendParam {
// Required method
unsafe fn append_param_unchecked(
self,
appender: &AppenderHandle
) -> Result<(), String>;
}Required Methods§
sourceunsafe fn append_param_unchecked(
self,
appender: &AppenderHandle
) -> Result<(), String>
unsafe fn append_param_unchecked( self, appender: &AppenderHandle ) -> Result<(), String>
Safety
Does not need to check whether the type is correct