gausplat_loader::function::open

Trait Opener

source
pub trait Opener
where Self: Sized,
{ // Required method fn open(path: impl AsRef<Path>) -> Result<Self, Error>; }
Expand description

Opening function.

Required Methods§

source

fn open(path: impl AsRef<Path>) -> Result<Self, Error>

Open the stream from the path.

Object Safety§

This trait is not object safe.

Implementors§