pub trait ConicAccess: Sized{
// Provided method
fn center(self) -> Point { ... }
}Expand description
Access for conic functions
Provided Methods§
Object Safety§
This trait is not object safe.
pub trait ConicAccess: Sized{
// Provided method
fn center(self) -> Point { ... }
}Access for conic functions