Trait libcst_native::WithComma
source · pub trait WithComma<'r, 'a> {
// Required method
fn with_comma(self, comma: DeflatedComma<'r, 'a>) -> Self;
}pub trait WithComma<'r, 'a> {
// Required method
fn with_comma(self, comma: DeflatedComma<'r, 'a>) -> Self;
}