Trait oso::ToPolarList[][src]

pub trait ToPolarList: Sealed {
    fn to_polar_list(self) -> Vec<PolarValue>
    where
        Self: Sized
; }

Required methods

Implementations on Foreign Types

Implementors