pub trait LinedExpand {
// Required method
fn line_size(&self) -> u32;
// Provided method
fn __expand_line_size_method(&self, _scope: &mut Scope) -> u32 { ... }
}pub trait LinedExpand {
// Required method
fn line_size(&self) -> u32;
// Provided method
fn __expand_line_size_method(&self, _scope: &mut Scope) -> u32 { ... }
}