Type Definition ldtk2::Ldtk[][src]

type Ldtk = Coordinate;

Implementations

impl Ldtk[src]

pub fn from_file<P: AsRef<Path>>(path: P) -> Result<Self, Box<dyn Error>>[src]

pub fn from_str<S: AsRef<str>>(s: S) -> Result<Self, Box<dyn Error>>[src]