Trait ase::TryIntoLayerType

source ·
pub trait TryIntoLayerType {
    type Error;

    fn try_into_LayerType(self) -> Result<LayerType, Self::Error>;
}

Required Associated Types

Required Methods

Implementations on Foreign Types

Implementors