Trait libcst_native::Inflate
source · pub trait Inflate<'a>where
Self: Sized,{
type Inflated;
// Required method
fn inflate(
self,
config: &Config<'a>
) -> Result<Self::Inflated, WhitespaceError>;
}pub trait Inflate<'a>where
Self: Sized,{
type Inflated;
// Required method
fn inflate(
self,
config: &Config<'a>
) -> Result<Self::Inflated, WhitespaceError>;
}