Type Definition ligature::WriteFn[][src]

pub type WriteFn<T> = Box<dyn Fn(Box<&dyn WriteTx>) -> Result<T, LigatureError>>;
Expand description

An Fn that is used when making a Write transaction.