[][src]Trait aemo_rs::GetFromRawAemo

pub trait GetFromRawAemo {
    type Output: FileKeyable + DeserializeOwned;
    fn from_map(
        data: &mut HashMap<FileKey, Vec<StringRecord>>
    ) -> Result<Vec<Self::Output>, Error> { ... } }

Associated Types

Loading content...

Provided methods

fn from_map(
    data: &mut HashMap<FileKey, Vec<StringRecord>>
) -> Result<Vec<Self::Output>, Error>

Loading content...

Implementors

impl GetFromRawAemo for UnitScada[src]

type Output = Self

impl GetFromRawAemo for CaseSolution[src]

type Output = Self

impl GetFromRawAemo for ConstraintSolution[src]

type Output = Self

impl GetFromRawAemo for InterconnectorSolution[src]

type Output = Self

impl GetFromRawAemo for LocalPrice[src]

type Output = Self

impl GetFromRawAemo for RegionPrices[src]

type Output = Self

impl GetFromRawAemo for RegionSolution[src]

type Output = Self

impl GetFromRawAemo for InterconnectorSensitivities[src]

type Output = Self

impl GetFromRawAemo for PriceSensitivities[src]

type Output = Self

impl GetFromRawAemo for RooftopForecast[src]

type Output = Self

impl GetFromRawAemo for BidDayOffer[src]

type Output = Self

Loading content...