Trait otter_api_tests::shapelib::OutlineTrait[][src]

pub trait OutlineTrait: 'static + Debug + Sync + Send + DynCast<Config> {
    pub fn outline_path(&self, scale: f64) -> Result<Html, InternalError>;
pub fn thresh_dragraise(&self) -> Result<Option<i32>, InternalError>;
pub fn bbox_approx(&self) -> Result<RectC<i32>, InternalError>; pub fn surround_path(&self) -> Result<Html, InternalError> { ... } }

Required methods

Loading content...

Provided methods

Loading content...

Trait Implementations

impl<Desc, Outl> DerivedDynCast<ConcreteDynCastConfig<dyn OutlineTrait + 'static, dyn OutlineTrait + 'static>, <dyn OutlineTrait + 'static as GetDynCastConfig<dyn OutlineTrait + 'static>>::Config> for GenericSimpleShape<Desc, Outl> where
    Desc: Debug + Send + Sync + 'static,
    Outl: OutlineTrait + 'static, 
[src]

impl DynCast<<dyn OutlineTrait + 'static as GetDynCastConfig<dyn OutlineTrait + 'static>>::Config> for RectShape[src]

impl DynCast<<dyn OutlineTrait + 'static as GetDynCastConfig<dyn OutlineTrait + 'static>>::Config> for Item[src]

impl DynCast<<dyn OutlineTrait + 'static as GetDynCastConfig<dyn OutlineTrait + 'static>>::Config> for CircleShape[src]

impl DynCast<<dyn OutlineTrait + 'static as GetDynCastConfig<dyn OutlineTrait + 'static>>::Config> for Outline[src]

impl GetDynCastConfig<dyn OutlineTrait + 'static> for dyn OutlineTrait + 'static[src]

type Config = Config

A config type that casts from the Self trait to the trait T.

Implementors

Loading content...