Type Alias LegacyFsSplit

Source
pub type LegacyFsSplit = DummySplit<LegacyS3>;

Aliased Type§

struct LegacyFsSplit {
    _marker: PhantomData<LegacyS3>,
}

Fields§

§_marker: PhantomData<LegacyS3>

Trait Implementations§

Source§

impl TryFrom<SplitImpl> for LegacyFsSplit

Source§

type Error = ConnectorError

The type returned in the event of a conversion error.
Source§

fn try_from(split: SplitImpl) -> Result<Self, Self::Error>

Performs the conversion.