Trait libcst_native::WithComma
source · pub trait WithComma<'r, 'a> {
// Required method
fn with_comma(self, comma: DeflatedComma<'r, 'a>) -> Self;
}Required Methods§
fn with_comma(self, comma: DeflatedComma<'r, 'a>) -> Self
Object Safety§
This trait is not object safe.