Trait layout_2013::display_list::ToLayout
source · pub trait ToLayout {
type Type;
// Required method
fn to_layout(&self) -> Self::Type;
}
pub trait ToLayout {
type Type;
// Required method
fn to_layout(&self) -> Self::Type;
}