Function light_system_program::invoke_cpi::processor::borsh::to_writer

source ยท
pub fn to_writer<T, W>(writer: W, value: &T) -> Result<(), Error>
where W: Write, T: BorshSerialize + ?Sized,
Expand description

Serializes an object directly into a Writer.