Trait mariadb::plugin::ftparser::FullTextParser
source · pub trait FullTextParser<'a> {
// Required methods
fn init(params: &Parameters<'a>) -> Result<(), FtError>;
fn parse(params: &Parameters<'a>) -> Result<(), FtError>;
fn deinit(params: &Parameters<'a>) -> Result<(), FtError>;
}
Required Methods§
Object Safety§
This trait is not object safe.