[][src]Trait assembly::luz::io::TryFromLUZ

pub trait TryFromLUZ<T> where
    T: Read,
    Self: Sized
{ type Error; fn try_from_luz(buf: &mut T) -> Result<Self, Self::Error>; }

Associated Types

type Error

Loading content...

Required methods

fn try_from_luz(buf: &mut T) -> Result<Self, Self::Error>

Loading content...

Implementors

impl<T> TryFromLUZ<T> for ZoneFile where
    T: Read
[src]

type Error = LoadError

Loading content...